Skip to content

Commit

Permalink
Dockerfile adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
couling committed Feb 4, 2022
1 parent 8c965a0 commit 72ac811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest AS base
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
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

FROM base as build
COPY /dist/ /hashback/
Expand Down

0 comments on commit 72ac811

Please sign in to comment.