Skip to content

Commit 4080727

Browse files
authored
1 parent 35b2516 commit 4080727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update \
2424
&& apt-get install -y --no-install-recommends --ignore-missing \
2525
apt-transport-https bash-completion ca-certificates curl \
2626
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 \
27+
linux-sysctl-defaults 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)