File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
ARG ALPINE_VERSION=3.16
3
3
FROM alpine:${ALPINE_VERSION} AS builder
4
4
5
- RUN apk add --no-cache git python3 python3-dev py -pip build-base
5
+ RUN apk add --no-cache git python3 python3-dev py3 -pip build-base
6
6
7
7
# set pip's cache directory using this environment variable, and use
8
8
# ARG instead of ENV to ensure its only set when the image is built
@@ -21,7 +21,7 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
21
21
FROM alpine:${ALPINE_VERSION}
22
22
23
23
# install python, git, bash, mercurial
24
- RUN apk add --no-cache git git-lfs python3 py-pip py3-setuptools bash docker mercurial
24
+ RUN apk add --no-cache git git-lfs python3 py3-pip bash docker mercurial
25
25
26
26
# repeat ARG from above
27
27
ARG PIP_CACHE_DIR=/tmp/pip-cache
You can’t perform that action at this time.
0 commit comments