We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b2516 commit 4080727Copy full SHA for 4080727
base/Dockerfile
@@ -24,7 +24,7 @@ RUN apt-get update \
24
&& apt-get install -y --no-install-recommends --ignore-missing \
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 \
+ linux-sysctl-defaults 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