Skip to content

Commit

Permalink
add python3 to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddely committed Apr 19, 2024
1 parent 84b7eff commit e204767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/docker/Dockerfile-doe-ubuntu20
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

FROM ubuntu:20.04

RUN apt update && apt install -y openssh-server sudo rsync
RUN apt update && apt install -y openssh-server sudo rsync python3
RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config

RUN useradd -m -s /bin/bash ubuntu
Expand Down

0 comments on commit e204767

Please sign in to comment.