Skip to content

Commit

Permalink
Added -y when install the emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
halio-g committed Sep 7, 2023
1 parent 724718f commit e0f6426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN \
apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - && \
apt-get update -y && \
apt-get install google-cloud-cli -y && \
apt-get install google-cloud-sdk-spanner-emulator
apt-get install google-cloud-sdk-spanner-emulator -y

0 comments on commit e0f6426

Please sign in to comment.