added goss

This commit is contained in:
2020-10-31 16:47:55 +01:00
parent e312aac855
commit f7b497bfc4
11 changed files with 33 additions and 5 deletions

View File

@ -11,6 +11,9 @@ RUN apt-get update \
python-apt \
git-core \
openssh-client \
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 \
&& apt-get clean
CMD ["ansible-playbook", "--help"]