From 5eaa899846f6838553532302e4c268204009cb50 Mon Sep 17 00:00:00 2001 From: Celil Bugra Karacan <49951195+cbugk@users.noreply.github.com> Date: Mon, 20 May 2024 14:02:08 +0300 Subject: [PATCH] Dockerfiles add screen for devshell --- Dockerfile-Ubuntu-18.04 | 2 +- Dockerfile-Ubuntu-20.04 | 2 +- Dockerfile-Ubuntu-22.04 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile-Ubuntu-18.04 b/Dockerfile-Ubuntu-18.04 index ce4b8fe..6dc723a 100644 --- a/Dockerfile-Ubuntu-18.04 +++ b/Dockerfile-Ubuntu-18.04 @@ -9,7 +9,7 @@ RUN apt update RUN apt install -y gawk wget git-core diffstat unzip texinfo \ gcc-multilib build-essential chrpath socat cpio python python3 \ python3-pip python3-pexpect xz-utils debianutils iputils-ping \ - libsdl1.2-dev xterm tar locales net-tools rsync sudo vim curl + libsdl1.2-dev xterm tar locales net-tools rsync sudo vim curl screen # Set up locales RUN locale-gen en_US.UTF-8 && \ diff --git a/Dockerfile-Ubuntu-20.04 b/Dockerfile-Ubuntu-20.04 index 72d31c1..b13cf45 100644 --- a/Dockerfile-Ubuntu-20.04 +++ b/Dockerfile-Ubuntu-20.04 @@ -10,7 +10,7 @@ RUN apt install -y gawk wget git-core diffstat unzip texinfo \ gcc-multilib build-essential chrpath socat cpio python python3 \ python3-pip python3-pexpect xz-utils debianutils iputils-ping \ libsdl1.2-dev xterm tar locales net-tools rsync sudo vim curl zstd \ - liblz4-tool libssl-dev bc lzop + liblz4-tool libssl-dev bc lzop screen # Set up locales RUN locale-gen en_US.UTF-8 && \ diff --git a/Dockerfile-Ubuntu-22.04 b/Dockerfile-Ubuntu-22.04 index ff03738..7c287c2 100644 --- a/Dockerfile-Ubuntu-22.04 +++ b/Dockerfile-Ubuntu-22.04 @@ -10,7 +10,7 @@ RUN apt install -y gawk wget git-core diffstat unzip texinfo \ gcc-multilib build-essential chrpath socat file cpio python3 \ python3-pip python3-pexpect xz-utils debianutils iputils-ping \ libsdl1.2-dev xterm tar locales net-tools rsync sudo vim curl zstd \ - liblz4-tool libssl-dev bc lzop libgnutls28-dev efitools git-lfs + liblz4-tool libssl-dev bc lzop libgnutls28-dev efitools git-lfs screen # Set up locales RUN locale-gen en_US.UTF-8 && \