stx-builder.Dockerfile: add unzip

Need unzip to extract the .zip of some source packages.

Story: 2008846
Task: 43978

Signed-off-by: Yue Tao <yue.tao@windriver.com>
Change-Id: Ic4ff1ec561918ffacae9c4ef3aac734f9f6e1357
This commit is contained in:
Yue Tao 2021-11-15 14:59:17 +08:00
parent 4431e61b57
commit ee2c571744

View File

@ -47,6 +47,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
repo \ repo \
libdistro-info-perl \ libdistro-info-perl \
debian-keyring \ debian-keyring \
unzip \
proxychains && \ proxychains && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \