diff --git a/Dockerfile.dapper b/Dockerfile.dapper index d65e66b..0f598bf 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -9,6 +9,8 @@ ENV DAPPER_OUTPUT=${DAPPER_SOURCE}/output PATH=${DAPPER_SOURCE}/bin/:${PATH} WORKDIR ${DAPPER_SOURCE} +RUN git config --global --add safe.directory ${DAPPER_SOURCE} + # Override the Helm deployment scripts COPY deploy_helm /opt/shipyard/scripts/lib/