fixup from last release

This commit is contained in:
2020-10-31 18:54:14 +01:00
parent 58c2f3da3f
commit 74ced09e91
4 changed files with 12 additions and 4 deletions

View File

@ -12,6 +12,7 @@ RUN apt-get -q update \
apt-utils \
curl \
ansible \
python \
&& 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