We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ncdu
telnet
1 parent 86078f0 commit 19d3d84Copy full SHA for 19d3d84
base/Dockerfile
@@ -22,9 +22,9 @@ ARG DEBIAN_FRONEND=noninteractive
22
23
RUN apt-get update \
24
&& apt-get install -y --no-install-recommends \
25
- apt-transport-https ca-certificates bash-completion curl \
26
- debian-keyring debian-archive-keyring git gnupg iputils-ping iproute2 htop jq less \
27
- net-tools openssh-client socat strace tcpdump tzdata tmux vim wget \
+ apt-transport-https bash-completion ca-certificates curl \
+ debian-keyring debian-archive-keyring git gnupg htop iputils-ping iproute2 jq less \
+ ncdu net-tools openssh-client socat strace telnet tcpdump tzdata tmux vim wget \
28
&& rm -rf /var/lib/apt/lists/*
29
30
RUN mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
0 commit comments