Dockerfile: Drop bc as Yocto dependency

Prior to the official first release of kas, this was once introduced to
fulfill kernel build dependencies. That is not longer be needed with
modern Yocto versions (if it ever actually was).

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2022-08-26 14:32:40 +02:00
parent 3863d46f17
commit 46b1c199a3

View File

@ -14,7 +14,7 @@ RUN apt-get update && \
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
pylint3 xterm python3-subunit mesa-common-dev zstd liblz4-tool \
python3-setuptools python3-wheel python3-yaml python3-distro python3-jsonschema python3-newt \
gosu lsb-release file vim less procps tree tar bzip2 zstd pigz bc tmux libncurses-dev \
gosu lsb-release file vim less procps tree tar bzip2 zstd pigz tmux libncurses-dev \
dosfstools mtools parted lz4 \
git-lfs mercurial iproute2 ssh-client telnet curl rsync gnupg awscli sudo && \
if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \