Skip to content

Commit d4aa785

Browse files
committed
add upgrade pip
1 parent cb51df3 commit d4aa785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN \
5555
apt-get update && \
5656
apt-get install -y && \
5757
apt-get install -y tzdata && \
58+
pip install --upgrade pip && \
5859
pip install --no-cache-dir -r requirements.txt
5960

6061
VOLUME ["/usr/src/trades", "/usr/src/configs"]

0 commit comments

Comments
 (0)