Skip to content

Commit

Permalink
Added python to target machines
Browse files Browse the repository at this point in the history
  • Loading branch information
fortinux committed Jan 23, 2023
1 parent 618f319 commit b78ee5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Docker/Target_Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM rockylinux:8

# Install OpenSSh server and vim
RUN dnf -y install openssh-server openssh-clients vim
RUN dnf module -y install python39
# Uncomment this line if you need devel tools
# RUN dnf -y groupinstall development

# Created public key. It's required when starting sshd
RUN ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa
Expand Down

0 comments on commit b78ee5f

Please sign in to comment.