Skip to content

Commit

Permalink
Dockerfile_yocto-build-env: Add screen
Browse files Browse the repository at this point in the history
To enable us to use `bitbake -c devshell foo` in container

Change-type: patch
Signed-off-by: Alex J Lennon <[email protected]>
  • Loading branch information
ajlennon committed Oct 10, 2023
1 parent 29e8e06 commit 7d99942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/Dockerfile_yocto-build-env
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
gawk socat xz-utils libegl1-mesa libsdl1.2-dev pylint3 mesa-common-dev debianutils screen \
&& rm -rf /var/lib/apt/lists/*

# Set the locale to UTF-8 for bulding with poky morty
Expand Down

0 comments on commit 7d99942

Please sign in to comment.