Skip to content

Commit 72ac811

Browse files
committed
Dockerfile adjustment
1 parent 8c965a0 commit 72ac811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:latest AS base
2-
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
3-
apk add python3 py3-pip py3-wheel
2+
RUN --mount=type=cache,sharing=locked,target=/etc/apk/cache \
3+
apk add --no-cache python3 py3-pip py3-wheel
44

55
FROM base as build
66
COPY /dist/ /hashback/

0 commit comments

Comments
 (0)