Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton Pence committed Dec 15, 2022
1 parent c1f17fd commit eaa7938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asmcli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV SERVICE_ACCOUNT my_sa_email_goes_here
# cloudbuild will override this variable:
ENV KEY_FILE path_to_a_key_file_goes_here
# install script dependencies
RUN apt-get install google-cloud-sdk-kpt jq kubectl -y
RUN apt-get install google-cloud-sdk-kpt jq kubectl google-cloud-cli-gke-gcloud-auth-plugin google-cloud-sdk-gke-gcloud-auth-plugin-y
# install test dependencies
RUN apt-get install shellcheck posh bc procps openssl yamllint -y

Expand Down

0 comments on commit eaa7938

Please sign in to comment.