Skip to content

Commit 2afe8b3

Browse files
Update Dockerfile to install screen package
Signed-off-by: Mario Vejlupek <mario@vejlupek.cz>
1 parent 87ce8c5 commit 2afe8b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ CMD ["-c", "while true; do echo sleep 3;sleep 3; done"]
99

1010
RUN export DEBIAN_FRONTEND=noninteractive && \
1111
export DEBCONF_NONINTERACTIVE_SEEN=true && \
12-
apt-get update && apt-get install -y curl telnet ssh rsync && rm -rf /var/lib/apt/lists/*
12+
apt-get update && apt-get install -y curl telnet ssh rsync screen && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)