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:
parent
4431e61b57
commit
ee2c571744
@ -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/* && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user