alpine3
This commit is contained in:
parent
7ea15a78de
commit
1c1576106f
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue
Block a user