aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--smoke-usecases-pythonsdk/docker/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/smoke-usecases-pythonsdk/docker/Dockerfile b/smoke-usecases-pythonsdk/docker/Dockerfile
index b631883..0322774 100644
--- a/smoke-usecases-pythonsdk/docker/Dockerfile
+++ b/smoke-usecases-pythonsdk/docker/Dockerfile
@@ -9,8 +9,6 @@ RUN apk add --no-cache python3 git && \
gcc openssl-dev linux-headers musl-dev && \
pip3 install --upgrade pip && \
pip3 install --no-cache-dir \
- git+https://gitlab.com/Orange-OpenSource/lfn/onap/python-onapsdk.git@develop && \
- pip3 install --no-cache-dir \
git+https://gerrit.onap.org/r/testsuite/pythonsdk-tests@$ONAP_TESTS_TAG && \
apk del .build-deps