summaryrefslogtreecommitdiff
path: root/utils/Dockerfile
blob: e04079984951c9705567809841f95e4279a24abe (plain)
1
2
3
4
5
6
FROM alpine:latest

RUN apk add --no-cache ansible py3-netaddr openssh-client rsync
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo

CMD ["ansible-playbook", "--version"]