mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-10 10:43:28 +00:00
5 lines
116 B
Docker
5 lines
116 B
Docker
ARG ALPINE_VERSION=3.13.5
|
|
|
|
FROM docker.io/alpine:${ALPINE_VERSION}
|
|
RUN apk add --no-cache hugo rsync openssh-client
|