Skip to content

Commit

Permalink
Merge pull request #317 from DynamicDevices/ajl/add-screen-to-build-c…
Browse files Browse the repository at this point in the history
…ontainer

Dockerfile_yocto-build-env: Add screen
  • Loading branch information
alexgg authored Oct 10, 2023
2 parents e26625b + 7ca8164 commit dc0df16
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 dc0df16

Please sign in to comment.