Skip to content

Commit c31c8e5

Browse files
committed
install ping and ip to the stratolab
1 parent d1e34e2 commit c31c8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/class13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:12 AS gobuilder
22

3-
RUN apt update && apt install -y openssh-server tmux vim nano curl ncat jq
3+
RUN apt update && apt install -y openssh-server tmux vim nano curl ncat jq iputils-ping iproute2
44

55
RUN mkdir -p /var/run/sshd /root/.ssh
66
COPY sshd_config /etc/ssh/sshd_config

0 commit comments

Comments
 (0)