added yaourt as packagemanager
This commit is contained in:
parent
9b619cec50
commit
14b4bd94c3
@ -1,6 +1,10 @@
|
|||||||
FROM archlinux/base
|
FROM archlinux/base
|
||||||
|
|
||||||
RUN pacman -Syuu --noconfirm && pacman -S ansible sshpass python2-passlib python2-netaddr python2-pywinrm python2-dnspython python2-ovirt-engine-sdk python2-jmespath python2-requests-ntlm python2-requests-kerberos python2-requests-credssp --noconfirm
|
RUN echo "[archlinuxfr]
|
||||||
|
SigLevel = Never
|
||||||
|
Server = http://repo.archlinux.fr/$arch" >> /etc/pacman.conf
|
||||||
|
|
||||||
|
RUN pacman -Syuu --noconfirm && pacman -S yaourt ansible sshpass python2-passlib python2-netaddr python2-pywinrm python2-dnspython python2-ovirt-engine-sdk python2-jmespath python2-requests-ntlm python2-requests-kerberos python2-requests-credssp git --noconfirm
|
||||||
|
|
||||||
RUN ln -s /usr/bin/python2.7 /usr/bin/python
|
RUN ln -s /usr/bin/python2.7 /usr/bin/python
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user