Skip to content

Commit 6fbfb1c

Browse files
author
Hopetree
committed
dockerfile
1 parent 47adc60 commit 6fbfb1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ RUN cp -a /etc/apk/repositories /etc/apk/repositories.bak \
1919

2020
RUN mkdir -p ${work_home}
2121
WORKDIR ${work_home}
22+
COPY requirements.txt requirements.txt
23+
RUN pip install -r requirements.txt -i ${pip_url} --trusted-host ${pip_host}
2224
COPY . .
23-
RUN pip install -r requirements.txt -i ${pip_url} --trusted-host ${pip_host}

0 commit comments

Comments
 (0)