mirror of
https://github.com/ansible/galaxy.git
synced 2026-02-05 09:45:11 +01:00
Pin setuptools in docker base images (#2786)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user