Explicitly install setuptools in docker images (#17143)
This commit is contained in:
@@ -42,6 +42,7 @@ RUN yum update -y \
|
||||
patch \
|
||||
python \
|
||||
python-pip \
|
||||
python-setuptools \
|
||||
tcl \
|
||||
unzip \
|
||||
which \
|
||||
|
@@ -42,6 +42,7 @@ RUN yum update -y \
|
||||
patch \
|
||||
python \
|
||||
python-pip \
|
||||
python-setuptools \
|
||||
tcl \
|
||||
unzip \
|
||||
which \
|
||||
|
@@ -41,6 +41,7 @@ RUN apt-get -yqq update \
|
||||
make \
|
||||
python3 \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
tcl \
|
||||
unzip \
|
||||
&& locale-gen en_US.UTF-8 \
|
||||
|
@@ -41,6 +41,7 @@ RUN apt-get -yqq update \
|
||||
make \
|
||||
python3 \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
tcl \
|
||||
unzip \
|
||||
&& locale-gen en_US.UTF-8 \
|
||||
|
Reference in New Issue
Block a user