and better alpine support

This commit is contained in:
2022-04-20 19:41:18 +02:00
parent 39c7266b49
commit 12fe4cf41a
4 changed files with 55 additions and 7 deletions

7
alpine-3.14/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM alpine:3.14
RUN apk add --no-cache ansible curl \
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
&& chmod +rx /usr/local/bin/goss
CMD ["ansible-playbook", "--help"]