This commit is contained in:
Untone 2024-11-13 09:18:41 +03:00
parent 7ea15a78de
commit 1c1576106f

View File

@ -39,8 +39,7 @@ ENV RUST_BACKTRACE=full
ENV RUST_LOG=warn
# Install runtime dependencies
RUN apk update && apk add openssl libheif tiff && \
apk clean && rm -rf /var/cache/apk/*
RUN apk update && apk add --no-cache openssl libheif tiff
# Copy the compiled binary from the build stage
COPY --from=build /quoter/target/release/quoter .