Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-01-26 23:16:32 -05:00
parent 9c85f8d97d
commit 461fff1866

View File

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