3 lines
71 B
Docker
3 lines
71 B
Docker
FROM alpine:latest
|
|
|
|
RUN apk add --no-cache curl jq openssh-client rsync |