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 \
python \
python-pip \
python-setuptools \
tcl \
unzip \
which \

View File

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

View File

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

View File

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