Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-01-26 23:13:10 -05:00
parent 0a1e5219de
commit 11861a1ffd

View File

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