Skip to content

Commit

Permalink
Merge pull request #152 from apache/setuptools
Browse files Browse the repository at this point in the history
add setuptools to dev images
  • Loading branch information
wohali authored Aug 15, 2019
2 parents 9c16567 + d6cd383 commit d56816f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dev-cluster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
curl \
dirmngr \
gnupg \
haproxy \
haproxy \
libicu57 \
libmozjs185-1.0 \
openssl && \
Expand Down Expand Up @@ -84,7 +84,8 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
python3 \
libpython3-dev \
python3-pip \
python3-sphinx
python3-sphinx \
python3-setuptools

RUN pip3 install --upgrade \
sphinx_rtd_theme \
Expand Down
3 changes: 2 additions & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
python3 \
libpython3-dev \
python3-pip \
python3-sphinx
python3-sphinx \
python3-setuptools

RUN pip3 install --upgrade \
sphinx_rtd_theme \
Expand Down

0 comments on commit d56816f

Please sign in to comment.