File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ RUN apk update \
21
21
&& curl -sLO https://dl.k8s.io/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl \
22
22
&& chmod 755 ./kubectl /viya4-iac-gcp/docker-entrypoint.sh \
23
23
&& mv ./kubectl /usr/local/bin/kubectl \
24
- && chmod g=u -R /etc/passwd /etc/group /viya4-iac-gcp \
25
24
&& git config --system --add safe.directory /viya4-iac-gcp \
26
25
&& terraform init \
27
26
&& gcloud components install gke-gcloud-auth-plugin alpha beta cloud-sql-proxy $INSTALL_COMPONENTS \
28
- && rm -rf /google-cloud-sdk/.install/.backup
27
+ && rm -rf /google-cloud-sdk/.install/.backup \
28
+ && chmod g=u -R /etc/passwd /etc/group /viya4-iac-gcp
29
29
30
30
ENV TF_VAR_iac_tooling=docker
31
31
ENV USE_GKE_GCLOUD_AUTH_PLUGIN=$ENABLE_GKE_GCLOUD_AUTH_PLUGIN
You can’t perform that action at this time.
0 commit comments