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