Skip to content

Commit

Permalink
class11: install column tool
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyStoic committed Dec 4, 2024
1 parent 1acaf2f commit 26145ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM stratosphereips/slips_light:latest

RUN apt update && apt install -y openssh-server vim nano tmux
RUN apt update && apt install -y openssh-server vim nano tmux bsdmainutils

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

0 comments on commit 26145ea

Please sign in to comment.