From ba1ef3cbc8e2b6b1bb016c04e4598210fb216929 Mon Sep 17 00:00:00 2001 From: Alexandru Date: Fri, 9 Feb 2024 11:00:18 +0200 Subject: [PATCH] Dockerfile: install mc, byobu and bash-completion Change-type: patch Signed-off-by: Alexandru Costache --- yocto-build-env/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/yocto-build-env/Dockerfile b/yocto-build-env/Dockerfile index 1a4ef4c..fd69b6d 100644 --- a/yocto-build-env/Dockerfile +++ b/yocto-build-env/Dockerfile @@ -13,6 +13,7 @@ RUN apt-get update \ 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 vim sharutils rsync \ + mc byobu bash-completion \ && rm -rf /var/lib/apt/lists/* # Set the locale to UTF-8 for bulding with poky morty