Skip to content

Commit

Permalink
[docker] Update gcloud to a version that has the storage subcommand (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-goldstein authored Mar 16, 2023
1 parent c5ece88 commit 31ceff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM {{ hail_ubuntu_image.image }}

# source: https://cloud.google.com/storage/docs/gsutil_install#linux
RUN curl --remote-name https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-334.0.0-linux-x86_64.tar.gz && \
tar -xf google-cloud-sdk-334.0.0-linux-x86_64.tar.gz && \
RUN curl --remote-name https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-421.0.0-linux-x86_64.tar.gz && \
tar -xf google-cloud-sdk-421.0.0-linux-x86_64.tar.gz && \
curl --remote-name https://dl.k8s.io/release/v1.21.14/bin/linux/amd64/kubectl && \
install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
ENV PATH $PATH:/google-cloud-sdk/bin
Expand Down

0 comments on commit 31ceff2

Please sign in to comment.