We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c965a0 commit 72ac811Copy full SHA for 72ac811
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:latest AS base
2
-RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
3
- apk add python3 py3-pip py3-wheel
+RUN --mount=type=cache,sharing=locked,target=/etc/apk/cache \
+ apk add --no-cache python3 py3-pip py3-wheel
4
5
FROM base as build
6
COPY /dist/ /hashback/
0 commit comments