Skip to content

Commit

Permalink
ubuntu:20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed Jun 17, 2024
1 parent 85d715a commit ac8ba27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04
RUN apt-get update && \
apt-get install -y openssh-server pwgen netcat net-tools curl wget rsync && \
apt-get clean all && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit ac8ba27

Please sign in to comment.