3 lines
64 B
Text
3 lines
64 B
Text
FROM debian:13
|
|
|
|
RUN apt update && apt install faircamp rsync -y
|
FROM debian:13
|
|
|
|
RUN apt update && apt install faircamp rsync -y
|