5 lines
77 B
Docker
5 lines
77 B
Docker
FROM alpine:3
|
|
|
|
RUN mkdir -p /root/.ssh/
|
|
RUN apk add openssh rsync --no-cache
|