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

@ -13,6 +13,7 @@ RUN apt-get -q update \
curl \
ansible \
python \
ca-certificates \
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
&& chmod +rx /usr/local/bin/goss \
&& apt-get clean