From 20a981f81a47cf86c62efb57838baa4d45776560 Mon Sep 17 00:00:00 2001 From: Alexandru Costache Date: Fri, 20 Oct 2023 11:18:50 +0200 Subject: [PATCH] Dockerfile_yocto-build-env: Install rsync and uudecode host dependencies These are required for the UCM-iMX9 build Change-type: patch Signed-off-by: Alexnadru Costache --- automation/Dockerfile_yocto-build-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Dockerfile_yocto-build-env b/automation/Dockerfile_yocto-build-env index 95f017402..caf6f0bc1 100644 --- a/automation/Dockerfile_yocto-build-env +++ b/automation/Dockerfile_yocto-build-env @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y build-essential chrpath curl diffstat gcc-multilib gawk git-core locales zstd liblz4-tool \ texinfo unzip wget xterm cpio file python python3 openssh-client iputils-ping iproute2 \ python3-distutils python3-pip python3-pexpect python3-git python3-jinja2 python3-subunit \ - gawk socat xz-utils libegl1-mesa libsdl1.2-dev pylint3 mesa-common-dev debianutils screen \ + gawk socat xz-utils libegl1-mesa libsdl1.2-dev pylint3 mesa-common-dev debianutils screen rsync sharutils \ && rm -rf /var/lib/apt/lists/* # Set the locale to UTF-8 for bulding with poky morty