alpine2
This commit is contained in:
@@ -39,7 +39,7 @@ ENV RUST_BACKTRACE=full
|
||||
ENV RUST_LOG=warn
|
||||
|
||||
# Install runtime dependencies
|
||||
RUN apk update && apk add openssl libheif libtiff && \
|
||||
RUN apk update && apk add openssl libheif tiff && \
|
||||
apk clean && rm -rf /var/cache/apk/*
|
||||
|
||||
# Copy the compiled binary from the build stage
|
||||
|
Reference in New Issue
Block a user