Skip to content

Commit

Permalink
Pin setuptools in docker base images (#2786)
Browse files Browse the repository at this point in the history
  • Loading branch information
awcrosby authored Sep 9, 2021
1 parent 0717775 commit 15aab87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN python3.6 -m venv "${GALAXY_VENV}" \
&& "${GALAXY_VENV}/bin/pip" install -U \
'pip' \
'wheel' \
'setuptools' \
'setuptools>=57,<58' \
&& "${GALAXY_VENV}/bin/pip" install -r /tmp/requirements.txt

COPY scripts/docker/dev/entrypoint.sh /entrypoint
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/release/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ RUN python3.6 -m venv ${GALAXY_VENV} \
&& "${GALAXY_VENV}/bin/pip" install -U \
'pip' \
'wheel' \
'setuptools' \
'setuptools>=57,<58' \
&& "${GALAXY_VENV}/bin/pip" install -r /tmp/requirements.txt

0 comments on commit 15aab87

Please # to comment.