Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-02-15 13:49:12 -05:00
parent b08862872a
commit f84e030972

View File

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