alpine2
This commit is contained in:
parent
cab36bea24
commit
7ea15a78de
|
@ -39,7 +39,7 @@ ENV RUST_BACKTRACE=full
|
||||||
ENV RUST_LOG=warn
|
ENV RUST_LOG=warn
|
||||||
|
|
||||||
# Install runtime dependencies
|
# 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/*
|
apk clean && rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
# Copy the compiled binary from the build stage
|
# Copy the compiled binary from the build stage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user