From b27ab659f3e800a94ca8e11825ffeba9907cb7a4 Mon Sep 17 00:00:00 2001 From: Hannah Kiekens Date: Mon, 23 Jan 2023 23:20:28 +0100 Subject: [PATCH] Dockerfile: Add unzip package to kas-base Was lost in the refactoring of a6b18abc8a8f. Signed-off-by: Hannah Kiekens [Jan: refer to the causing commit] Signed-off-by: Jan Kiszka --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 488539d..550dbdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \