Explicitly install setuptools in docker images (#17143)

This commit is contained in:
Omar Padron
2020-06-18 05:16:24 -04:00
committed by GitHub
parent 910d258706
commit 82eb71cb95
4 changed files with 4 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ RUN yum update -y \
patch \ patch \
python \ python \
python-pip \ python-pip \
python-setuptools \
tcl \ tcl \
unzip \ unzip \
which \ which \

View File

@@ -42,6 +42,7 @@ RUN yum update -y \
patch \ patch \
python \ python \
python-pip \ python-pip \
python-setuptools \
tcl \ tcl \
unzip \ unzip \
which \ which \

View File

@@ -41,6 +41,7 @@ RUN apt-get -yqq update \
make \ make \
python3 \ python3 \
python3-pip \ python3-pip \
python3-setuptools \
tcl \ tcl \
unzip \ unzip \
&& locale-gen en_US.UTF-8 \ && locale-gen en_US.UTF-8 \

View File

@@ -41,6 +41,7 @@ RUN apt-get -yqq update \
make \ make \
python3 \ python3 \
python3-pip \ python3-pip \
python3-setuptools \
tcl \ tcl \
unzip \ unzip \
&& locale-gen en_US.UTF-8 \ && locale-gen en_US.UTF-8 \