From 4e50e94c10299ff62c96f86ec3a62f10a612565f Mon Sep 17 00:00:00 2001 From: Neda Moeini <neda.moeini@geant.org> Date: Fri, 24 Nov 2023 09:36:53 +0100 Subject: [PATCH] Removed --target from Dockerfile. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 16b30f9..4cc2eed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,9 +15,7 @@ RUN mkdir -p /app/gap/collections /app/gap/roles /etc/ansible && \ RUN pip install \ --pre \ --extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \ - --target /app \ goat-lso==${ARTIFACT_VERSION} && \ - pip install ansible~=8.1.0 && \ ansible-galaxy collection install \ community.general \ juniper.device \ -- GitLab