Skip to content

Commit

Permalink
Strange cache non-existence
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Mar 5, 2025
1 parent 705d8c9 commit 63145eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/alpine/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV NODE_ENV=production \
EXPOSE 80
RUN apk add --no-cache --repository https://alpine.global.ssl.fastly.net/alpine/v3.20/community/ \
vips vips-cpp vips-heif vips-magick ffmpeg && \
rm /var/cache/apk/*
rm -f /var/cache/apk/*
COPY --from=builder /app /app

# Run build time diagnostics to make sure the app would work after build is finished
Expand Down

0 comments on commit 63145eb

Please sign in to comment.