Skip to content

Commit

Permalink
Add ncdu and telnet to base image (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan authored Nov 15, 2023
1 parent 86078f0 commit 19d3d84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ ARG DEBIAN_FRONEND=noninteractive

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
apt-transport-https ca-certificates bash-completion curl \
debian-keyring debian-archive-keyring git gnupg iputils-ping iproute2 htop jq less \
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 \
&& rm -rf /var/lib/apt/lists/*

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

0 comments on commit 19d3d84

Please sign in to comment.