diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-11-06 13:53:38 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-11-06 13:53:38 +0100 |
commit | f5504c0ca997c11d2a96fbae70a4dbe146fbe398 (patch) | |
tree | 6f0561605cb1cf97d5599909ce2b9bf1bb73d9ae | |
parent | a83804927cc54128303bc9e619e45da86e4e81da (diff) |
Clean Dockerfile for pythonsdk tests
installaing onapsdk is not needed
it is installed as dependency of pythonsdk-tests through its requirements.txt
file
Issue-ID: INT-1771
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I7810ded9eabd0958d7141a6d062bac969a7be5af
-rw-r--r-- | smoke-usecases-pythonsdk/docker/Dockerfile | 2 |
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 |