From 1988c569fc3708eeef9bed34acea331fdbd679b7 Mon Sep 17 00:00:00 2001 From: Chirag Shilwant <115738422+cshilwant@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:12:46 +0530 Subject: [PATCH] ubuntu-distro: Update Dockerfile - Add dependencies needed for Yocto builds. Signed-off-by: Chirag Shilwant --- ubuntu-distro/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu-distro/Dockerfile b/ubuntu-distro/Dockerfile index 7e87acc..0c8f877 100644 --- a/ubuntu-distro/Dockerfile +++ b/ubuntu-distro/Dockerfile @@ -2,4 +2,6 @@ FROM amd64/ubuntu:22.04 RUN export DEBIAN_FRONTEND=noninteractive; apt-get update && \ apt-get install -y --no-install-recommends file build-essential autoconf automake bison flex libssl-dev bc u-boot-tools swig python3 python3-pip wget device-tree-compiler python3-dev dosfstools fdisk sudo && \ pip3 install jsonschema pyelftools PyYAML Mako && \ + apt-get -f -y install git diffstat texinfo gawk chrpath socat doxygen dos2unix mono-devel mono-complete curl python3-distutils repo pseudo python3-sphinx \ + g++-multilib libc6-dev-i386 jq git-lfs pigz zstd liblz4-tool cpio file zstd lz4 && \ rm -rf /var/lib/apt/lists/*