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

vterentev pushed a commit to branch playground-openjdk21
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/playground-openjdk21 by this 
push:
     new 2394a93d080 Install unzip
2394a93d080 is described below

commit 2394a93d08076995013e5a7115435ffa26a11e44
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Tue Nov 4 23:13:00 2025 +0400

    Install unzip
---
 playground/backend/containers/scio/Dockerfile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/playground/backend/containers/scio/Dockerfile 
b/playground/backend/containers/scio/Dockerfile
index 817f6cb8824..34da3520067 100644
--- a/playground/backend/containers/scio/Dockerfile
+++ b/playground/backend/containers/scio/Dockerfile
@@ -80,6 +80,11 @@ RUN chown -R appuser:appgroup 
/opt/playground/backend/executable_files/ && chmod
 RUN mkdir -p /opt/sbt-template
 RUN chown -R appuser:appgroup /opt/sbt-template
 
+ARG DEBIAN_FRONTEND=noninteractive
+RUN apt-get update \
+ && apt-get install -y --no-install-recommends unzip \
+ && rm -rf /var/lib/apt/lists/* \
+
 #Download spotify g8 template at specific commit
 ARG g8_commit=7c1ba7c1651dfd70976028842e721da4107c0d6d
 RUN wget https://codeload.github.com/spotify/scio.g8/zip/$g8_commit -O 
scio.g8.zip && unzip scio.g8.zip && mv scio.g8-$g8_commit /opt/scio.g8

Reply via email to