Fix Docker file 98/113898/1
authormrichomme <morgan.richomme@orange.com>
Wed, 14 Oct 2020 15:51:08 +0000 (17:51 +0200)
committermrichomme <morgan.richomme@orange.com>
Wed, 14 Oct 2020 15:51:08 +0000 (17:51 +0200)
broken by I79ac8cfc4755b134fa214d21cc71cc2b2067461b

Issue-ID: INT-1716

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ia51b0ce3bbc6f8a3d3a8db6148a842626418fbd6

docker/Dockerfile

index 0ec88c0..58e4d3a 100644 (file)
@@ -55,7 +55,7 @@ RUN apt-get update \
     git+https://$PYTHON_UTILS_REPO@$PYTHON_UTILS_TAG#egg=robotframework-onap\&subdirectory=robotframework-onap && \
     git clone --depth 1 https://$TESTSUITE_REPO -b $TESTSUITE_TAG /var/opt/ONAP && \
     git clone --depth 1 https://$DEMO_REPO -b $DEMO_TAG /var/opt/ONAP/demo && \
-    chmod +x /usr/local/bin/kubectl && \
+    chmod +x /usr/local/bin/kubectl
 
 RUN python3.7 -m pip install setuptools wheel
 RUN python3.7 -m pip install virtualenv