2 lines
74 B
Text
2 lines
74 B
Text
|
FROM docker.io/alpine:latest
|
||
|
RUN apk add --no-cache hugo git openssh rsync
|