Update Dockerfile
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user