Skip to content

Commit

Permalink
class07: install net-tools tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyStoic committed Nov 7, 2024
1 parent 7d7b321 commit 018e62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/class07/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3-slim

RUN apt update && apt install -y openssh-server ftp vim iproute2
RUN apt update && apt install -y openssh-server ftp vim iproute2 net-tools tmux

RUN mkdir -p /var/run/sshd
RUN mkdir -p /root/.ssh
Expand Down
2 changes: 1 addition & 1 deletion classes/class07/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm

RUN apt update && apt install -y vsftpd openssh-server vim iproute2
RUN apt update && apt install -y vsftpd openssh-server vim iproute2 net-tools tmux

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

0 comments on commit 018e62b

Please sign in to comment.