added goss
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
FROM centos:7
|
||||
|
||||
RUN yum -y install epel-release \
|
||||
&& yum -y install ansible git \
|
||||
&& yum -y install ansible git 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 \
|
||||
&& yum clean headers \
|
||||
&& yum clean packages
|
||||
|
||||
|
Reference in New Issue
Block a user