From 102eac9d9bb9111690bbc865324091caebd8290a Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 9 Oct 2019 16:51:08 +0200 Subject: [PATCH] Dockerfile: Add python3-wheel dependency Silences error messages during kas installation step. Signed-off-by: Jan Kiszka --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a722ddf..c2c2b67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN apt-get install --no-install-recommends -y \ syslinux tree python3-pip bc python3-yaml \ lsb-release python3-setuptools ssh-client \ vim less mercurial iproute2 xz-utils gnupg \ - tmux libncurses-dev && \ + tmux libncurses-dev python3-wheel && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*