Dockerfile: Add unzip package to kas-base
Was lost in the refactoring of a6b18abc8a
.
Signed-off-by: Hannah Kiekens <hannah.kiekens@mind.be>
[Jan: refer to the causing commit]
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
34cf4c9c8f
commit
b27ab659f3
@ -10,7 +10,7 @@ RUN apt-get update && \
|
||||
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \
|
||||
apt-get install --no-install-recommends -y \
|
||||
python3-pip python3-setuptools python3-wheel python3-yaml python3-distro python3-jsonschema python3-newt \
|
||||
gosu lsb-release file vim less procps tree tar bzip2 zstd pigz lz4 tmux libncurses-dev \
|
||||
gosu lsb-release file vim less procps tree tar bzip2 zstd pigz lz4 unzip tmux libncurses-dev \
|
||||
git-lfs mercurial iproute2 ssh-client telnet curl rsync gnupg awscli sudo \
|
||||
socat bash-completion && \
|
||||
apt-get clean && \
|
||||
|
Loading…
Reference in New Issue
Block a user