diff --git a/build_scripts/Dockerfile b/build_scripts/Dockerfile index fe6b1252..2de953ac 100644 --- a/build_scripts/Dockerfile +++ b/build_scripts/Dockerfile @@ -74,7 +74,7 @@ RUN curl -sSL https://github.com/databus23/helm-diff/releases/download/v${HELM_D USER root RUN HELM_HOME=/home/ops/.helm helm plugin install https://github.com/futuresimple/helm-secrets RUN HELM_HOME=/home/ops/.helm helm plugin install https://github.com/rimusz/helm-tiller -RUN chown -R ops:ops /home/ops/.helm/plugins +RUN chown -R ops:ops /home/ops/.helm COPY --from=compile-image /azure-cli /home/ops/.local/azure-cli