added legacy dependency for arch
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Tobias Trabelsi 2021-02-05 20:59:47 +01:00
parent 7f0b1a8120
commit 6a70e27815
Signed by: lerentis
GPG Key ID: AB673A86224CEB5A
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
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 \
&& chmod +rx /usr/local/bin/goss