Skip to content

Commit

Permalink
Add temp fix to deal with 0 epoch for 459.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudsdkdocker authored Jan 10, 2024
1 parent f35a494 commit a488c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian_slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt-get update -qqy && apt-get -qqy upgrade && apt-get install -qqy \
export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)" && \
echo "deb https://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" > /etc/apt/sources.list.d/google-cloud-sdk.list && \
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && \
apt-get update && apt-get install -y google-cloud-cli=${CLOUD_SDK_VERSION}-0 $INSTALL_COMPONENTS && \
apt-get update && apt-get install -y google-cloud-cli=0:${CLOUD_SDK_VERSION}-0 $INSTALL_COMPONENTS && \
gcloud config set core/disable_usage_reporting true && \
gcloud config set component_manager/disable_update_check true && \
gcloud config set metrics/environment github_docker_image && \
Expand Down

0 comments on commit a488c31

Please sign in to comment.