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 47adc60 commit 6fbfb1cCopy full SHA for 6fbfb1c
Dockerfile
@@ -19,5 +19,6 @@ RUN cp -a /etc/apk/repositories /etc/apk/repositories.bak \
19
20
RUN mkdir -p ${work_home}
21
WORKDIR ${work_home}
22
+COPY requirements.txt requirements.txt
23
+RUN pip install -r requirements.txt -i ${pip_url} --trusted-host ${pip_host}
24
COPY . .
-RUN pip install -r requirements.txt -i ${pip_url} --trusted-host ${pip_host}
0 commit comments