Dockerfile: Add python3-wheel dependency

Silences error messages during kas installation step.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2019-10-09 16:51:08 +02:00
parent 8b91666943
commit 102eac9d9b

View File

@ -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/*