We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb51df3 commit d4aa785Copy full SHA for d4aa785
Dockerfile
@@ -55,6 +55,7 @@ RUN \
55
apt-get update && \
56
apt-get install -y && \
57
apt-get install -y tzdata && \
58
+ pip install --upgrade pip && \
59
pip install --no-cache-dir -r requirements.txt
60
61
VOLUME ["/usr/src/trades", "/usr/src/configs"]
0 commit comments