From ee2c5717440566213f0ca8a06f9b06f98a8d6543 Mon Sep 17 00:00:00 2001 From: Yue Tao Date: Mon, 15 Nov 2021 14:59:17 +0800 Subject: [PATCH] stx-builder.Dockerfile: add unzip Need unzip to extract the .zip of some source packages. Story: 2008846 Task: 43978 Signed-off-by: Yue Tao Change-Id: Ic4ff1ec561918ffacae9c4ef3aac734f9f6e1357 --- stx/dockerfiles/stx-builder.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/stx/dockerfiles/stx-builder.Dockerfile b/stx/dockerfiles/stx-builder.Dockerfile index cdef2d811..66c0fbbbb 100644 --- a/stx/dockerfiles/stx-builder.Dockerfile +++ b/stx/dockerfiles/stx-builder.Dockerfile @@ -47,6 +47,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ repo \ libdistro-info-perl \ debian-keyring \ + unzip \ proxychains && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* && \