minor improvements and architecture adaptations
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-01-31 00:22:32 +01:00
parent 157146ffb8
commit 6f197f959a
4 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3
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 \