Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-02-15 13:48:04 -05:00
parent 36ea2685d9
commit b08862872a

View File

@@ -20,6 +20,7 @@ RUN \
RUN \ RUN \
set -eux && \ set -eux && \
python3 -m pip install -U pip && \
pip3 --version && \ pip3 --version && \
pip3 install --upgrade pip setuptools wheel && \ pip3 install --upgrade pip setuptools wheel && \
pip3 --version && \ pip3 --version && \