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 f121a0d commit 91d3f15Copy full SHA for 91d3f15
Dockerfile
@@ -5,7 +5,7 @@ FROM alpine:${ALPINE_VERSION}
5
RUN apk add --no-cache git python3 python3-dev py3-pip py3-setuptools build-base
6
7
# build wheels in a build stage
8
-ENV VIRTUAL_ENV=/opt/venv
+ARG VIRTUAL_ENV=/opt/venv
9
ENV PATH=${VIRTUAL_ENV}/bin:${PATH}
10
11
RUN python3 -m venv ${VIRTUAL_ENV}
@@ -23,7 +23,7 @@ FROM alpine:${ALPINE_VERSION}
23
# install python, git, bash, mercurial
24
RUN apk add --no-cache git git-lfs python3 py3-pip py3-setuptools bash docker mercurial
25
26
27
28
29
0 commit comments