6 lines
68 B
Text
6 lines
68 B
Text
|
FROM alpine:3.13
|
||
|
|
||
|
RUN apk add --no-cache \
|
||
|
openssh-server \
|
||
|
rsync
|