Explicitly install setuptools in docker images (#17143)
This commit is contained in:
@@ -42,6 +42,7 @@ RUN yum update -y \
|
|||||||
patch \
|
patch \
|
||||||
python \
|
python \
|
||||||
python-pip \
|
python-pip \
|
||||||
|
python-setuptools \
|
||||||
tcl \
|
tcl \
|
||||||
unzip \
|
unzip \
|
||||||
which \
|
which \
|
||||||
|
@@ -42,6 +42,7 @@ RUN yum update -y \
|
|||||||
patch \
|
patch \
|
||||||
python \
|
python \
|
||||||
python-pip \
|
python-pip \
|
||||||
|
python-setuptools \
|
||||||
tcl \
|
tcl \
|
||||||
unzip \
|
unzip \
|
||||||
which \
|
which \
|
||||||
|
@@ -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 \
|
||||||
|
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user