Skip to content
Snippets Groups Projects

Removed --target from Dockerfile.

Merged Neda Moeini requested to merge hotfix/fix-ansible-bug into develop
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -15,9 +15,7 @@ RUN mkdir -p /app/gap/collections /app/gap/roles /etc/ansible && \
@@ -15,9 +15,7 @@ RUN mkdir -p /app/gap/collections /app/gap/roles /etc/ansible && \
RUN pip install \
RUN pip install \
--pre \
--pre \
--extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \
--extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \
--target /app \
goat-lso==${ARTIFACT_VERSION} && \
goat-lso==${ARTIFACT_VERSION} && \
pip install ansible~=8.1.0 && \
ansible-galaxy collection install \
ansible-galaxy collection install \
community.general \
community.general \
juniper.device \
juniper.device \
Loading