Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-01-26 23:13:24 -05:00
parent 11861a1ffd
commit e31681fdc4

View File

@@ -21,6 +21,7 @@ RUN \
set -eux && \
pip3 --version && \
pip3 install --upgrade pip && \
pip3 --version && \
pip3 install --upgrade pip setuptools wheel && \
pip3 --version && \
exit 0