Skip to content

Commit

Permalink
Revert "Upgrade Ubuntu from 20.04 to 22.04"
Browse files Browse the repository at this point in the history
  • Loading branch information
haroonc authored Sep 24, 2024
1 parent a56c001 commit dd8ec83
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 dd8ec83

Please sign in to comment.