diff options
| author | repliqa <sarzilhossain@proton.me> | 2025-07-23 14:06:15 +0600 |
|---|---|---|
| committer | repliqa <sarzilhossain@proton.me> | 2025-07-23 14:06:15 +0600 |
| commit | 69acb7a82a68eeb439e55b994281056df52c81b1 (patch) | |
| tree | 7c6a53694e11511a3014470c213255a503f9c95e /utils/Dockerfile | |
Diffstat (limited to 'utils/Dockerfile')
| -rw-r--r-- | utils/Dockerfile | 6 |
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"] |
