Skip to content

Commit a097402

Browse files
author
anindyatahsin
authored
Update Dockerfile
1 parent 8f19b9b commit a097402

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

debian_slim/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
FROM docker:28.2.2 as static-docker-source
2-
31
FROM marketplace.gcr.io/google/debian12:latest
42
ARG CLOUD_SDK_VERSION
53
ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION
6-
COPY --from=static-docker-source /usr/local/bin/docker /usr/local/bin/docker
74
RUN groupadd -r -g 1000 cloudsdk && \
85
useradd -r -u 1000 -m -s /bin/bash -g cloudsdk cloudsdk
96
ARG INSTALL_COMPONENTS
@@ -29,7 +26,6 @@ RUN apt-get update -qqy && apt-get -qqy upgrade && apt-get install -qqy \
2926
gcloud --version && \
3027
gsutil version -l && \
3128
bq version && \
32-
gcloud-crc32c /usr/bin/gcloud && \
33-
docker --version
29+
gcloud-crc32c /usr/bin/gcloud
3430
RUN git config --system credential.'https://source.developers.google.com'.helper gcloud.sh
3531
VOLUME ["/root/.config"]

0 commit comments

Comments
 (0)