Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-02-15 13:53:06 -05:00
parent f84e030972
commit 7c2eaa77a9

View File

@@ -21,6 +21,9 @@ RUN \
RUN \
set -eux && \
python3 --version && \
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
python3 get-pip.py && \
rm get-pip.py && \
python3 -m pip install -U pip && \
pip3 --version && \
pip3 install --upgrade pip setuptools wheel && \