diff --git a/Dockerfile b/Dockerfile index 159c323..fe466e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .