From 46b1c199a36fb705411a188f4f225e4a90a3ffe6 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Fri, 26 Aug 2022 14:32:40 +0200 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db04206..11dcba9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \