Skip to content

Commit

Permalink
Merge pull request #1015 from GoogleCloudPlatform/revert-1011-update-…
Browse files Browse the repository at this point in the history
…ubuntu

Revert "Upgrade Ubuntu from 20.04 to 22.04"
  • Loading branch information
chitrangpatel authored Sep 24, 2024
2 parents a56c001 + dd8ec83 commit c72050f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gcloud/Dockerfile.slim
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM gcr.io/cloud-marketplace/google/ubuntu2204
FROM gcr.io/gcp-runtimes/ubuntu_20_0_4

RUN apt-get -y update && \
apt-get dist-upgrade -y && \
apt-get -y install gcc python2.7 python3-pip wget ca-certificates \
apt-get -y install gcc python2.7 python-dev python3-pip wget ca-certificates \
# These are necessary for add-apt-respository
software-properties-common && \

Expand All @@ -23,7 +23,7 @@ RUN apt-get -y update && \
pip3 install -U crcmod && \

# Clean up
apt-get -y remove gcc wget python-pip python3-pip && \
apt-get -y remove gcc python-dev wget python-pip python3-pip && \
rm -rf /var/lib/apt/lists/* && \
rm -rf ~/.config/gcloud

Expand Down

0 comments on commit c72050f

Please sign in to comment.