Add git to toolbox image
[integration.git] / pipelines / docker-onap-k8s-toolbox / Dockerfile
index a8ccc23..4b0f549 100644 (file)
@@ -9,7 +9,7 @@ ARG HELM_URL="https://get.helm.sh/${HELM_ARCHIVE}"
 
 WORKDIR /root
 
-RUN apk add --no-cache curl \
+RUN apk add --no-cache git curl \
     && curl -L $KUBECTL_URL -o /usr/local/bin/kubectl \
     && chmod +x /usr/local/bin/kubectl \
     && curl -L $HELM_URL -o $HELM_ARCHIVE \