4 lines
76 B
Docker
4 lines
76 B
Docker
FROM ubuntu:focal
|
|
|
|
RUN apt-get update && apt-get install -y docker.io rsync
|