Skip to content

Commit

Permalink
try disable-prompts flag
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Jan 26, 2022
1 parent 9e89706 commit 8e505f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/install/_static/Dockerfile.terraform_deployer
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin
RUN curl --silent "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$GCLOUD_SDK_VERSION-linux-x86_64.tar.gz" > /tmp/google-cloud-sdk.tar.gz \
&& mkdir -p /usr/local/gcloud \
&& tar -C /usr/local/gcloud -xf /tmp/google-cloud-sdk.tar.gz \
&& /usr/local/gcloud/google-cloud-sdk/install.sh -q --override-components="bq" &>/dev/null \
&& /usr/local/gcloud/google-cloud-sdk/install.sh -q --override-components="bq" --disable-prompts \
&& rm /tmp/google-cloud-sdk.tar.gz

HEALTHCHECK --timeout=3s CMD sh -c "[ -f /tmp/tf-applied ]"
Expand Down

0 comments on commit 8e505f2

Please sign in to comment.