summaryrefslogtreecommitdiff
path: root/utils/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Dockerfile')
-rw-r--r--utils/Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/Dockerfile b/utils/Dockerfile
new file mode 100644
index 00000000..e0407998
--- /dev/null
+++ b/utils/Dockerfile
@@ -0,0 +1,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"]