Skip to content

Commit

Permalink
feat: iputils-ping telnet iproute2
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed Sep 25, 2023
1 parent 06421f5 commit 9a96b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PASSWORD=changeme

# Install OpenSSH server and clean up
RUN apt-get update \
&& apt-get install -y openssh-server \
&& apt-get install -y openssh-server iputils-ping telnet iproute2\
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 9a96b58

Please sign in to comment.