This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM archlinux
|
FROM archlinux
|
||||||
|
|
||||||
RUN pacman -Syuu --noconfirm && pacman -S python ansible sshpass git python-passlib python-netaddr curl --noconfirm \
|
RUN pacman -Syuu --noconfirm && pacman -S python python2 ansible sshpass git python-passlib python-netaddr curl --noconfirm \
|
||||||
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \
|
||||||
&& chmod +rx /usr/local/bin/goss
|
&& chmod +rx /usr/local/bin/goss
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user