and better alpine support
This commit is contained in:
7
alpine-3.14/Dockerfile
Normal file
7
alpine-3.14/Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user