alpine3
This commit is contained in:
parent
7ea15a78de
commit
1c1576106f
|
@ -39,8 +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 tiff && \
|
RUN apk update && apk add --no-cache openssl libheif tiff
|
||||||
apk clean && rm -rf /var/cache/apk/*
|
|
||||||
|
|
||||||
# Copy the compiled binary from the build stage
|
# Copy the compiled binary from the build stage
|
||||||
COPY --from=build /quoter/target/release/quoter .
|
COPY --from=build /quoter/target/release/quoter .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user