From 3863d46f17de8b791d03480dee9f66130c567be6 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Fri, 26 Aug 2022 13:47:14 +0200 Subject: [PATCH] Dockerfile: Refresh Yocto build dependency list Use the list from Kirkstone. This should cover the needs back to Dunfell at least as well. Signed-off-by: Jan Kiszka --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a09a58..db04206 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,10 +9,10 @@ RUN apt-get update && \ apt-get install -y locales && \ 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 \ - gawk wget git-core diffstat unzip texinfo \ - build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \ + gawk wget git diffstat unzip texinfo \ + gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect \ xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ - pylint3 xterm \ + 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 \ dosfstools mtools parted lz4 \