Dockerfile: Add telnet
Some emulators use telnet to provide console access to the system. Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
2f149509c2
commit
720aebc79b
@ -16,7 +16,7 @@ RUN apt-get update && \
|
||||
python3-setuptools python3-wheel python3-yaml python3-distro python3-jsonschema python3-newt \
|
||||
gosu lsb-release file vim less procps tree tar bzip2 zstd pigz bc tmux libncurses-dev \
|
||||
dosfstools mtools parted lz4 \
|
||||
git-lfs mercurial iproute2 ssh-client curl rsync gnupg awscli sudo && \
|
||||
git-lfs mercurial iproute2 ssh-client telnet curl rsync gnupg awscli sudo && \
|
||||
if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
|
||||
apt-get install --no-install-recommends -y gcc-multilib g++-multilib syslinux; \
|
||||
fi && \
|
||||
|
Loading…
Reference in New Issue
Block a user