We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e34e2 commit c31c8e5Copy full SHA for c31c8e5
classes/class13/Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:12 AS gobuilder
2
3
-RUN apt update && apt install -y openssh-server tmux vim nano curl ncat jq
+RUN apt update && apt install -y openssh-server tmux vim nano curl ncat jq iputils-ping iproute2
4
5
RUN mkdir -p /var/run/sshd /root/.ssh
6
COPY sshd_config /etc/ssh/sshd_config
0 commit comments