Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfiles add screen for devshell #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile-Ubuntu-18.04
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-Ubuntu-20.04
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-Ubuntu-22.04
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down