Skip to content

Commit 19d3d84

Browse files
authored
Add ncdu and telnet to base image (#21)
1 parent 86078f0 commit 19d3d84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ ARG DEBIAN_FRONEND=noninteractive
2222

2323
RUN apt-get update \
2424
&& 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 \
25+
apt-transport-https bash-completion ca-certificates curl \
26+
debian-keyring debian-archive-keyring git gnupg htop iputils-ping iproute2 jq less \
27+
ncdu net-tools openssh-client socat strace telnet tcpdump tzdata tmux vim wget \
2828
&& rm -rf /var/lib/apt/lists/*
2929

3030
RUN mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts

0 commit comments

Comments
 (0)