Skip to content

Commit

Permalink
class06: add tcpdump vim nano tinyproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyStoic committed Oct 31, 2024
1 parent 825755a commit 01702b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class06/ssh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm

RUN apt update && apt install -y openssh-server ncat
RUN apt update && apt install -y openssh-server ncat tcpdump vim nano tinyproxy

RUN mkdir -p /var/run/sshd
RUN mkdir -p /root/.ssh
Expand Down

0 comments on commit 01702b3

Please sign in to comment.