2 lines
72 B
Docker
2 lines
72 B
Docker
FROM alpine:latest
|
|
RUN apk --update add --no-cache openssh-client rsync
|
FROM alpine:latest
|
|
RUN apk --update add --no-cache openssh-client rsync
|