You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2023/06/01 20:22:46 UTC

[beam] 01/01: remove 360M of installer files bloat.

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 4e210a5b4e164aad1cbd5d40b7c8404a3825127d
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Thu Jun 1 13:22:36 2023 -0700

    remove 360M of installer files bloat.
---
 sdks/python/container/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/python/container/Dockerfile b/sdks/python/container/Dockerfile
index ff3b4484950..6d64fff9883 100644
--- a/sdks/python/container/Dockerfile
+++ b/sdks/python/container/Dockerfile
@@ -60,6 +60,7 @@ RUN mkdir -p /usr/local/gcloud && \
     curl -s -O https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz && \
     tar -xf google-cloud-sdk.tar.gz && \
     /usr/local/gcloud/google-cloud-sdk/install.sh && \
+    rm -rf /usr/local/gcloud/google-cloud-sdk/.install/.backup && \
     rm google-cloud-sdk.tar.gz
 
 # Configure ccache prior to installing Beam SDK.