From 14b4bd94c355c8bf7c505b5922d78128210b9413 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Mon, 29 Jan 2018 23:40:51 +0100 Subject: [PATCH] added yaourt as packagemanager --- arch/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/Dockerfile b/arch/Dockerfile index 5625cb2..8f82b9e 100644 --- a/arch/Dockerfile +++ b/arch/Dockerfile @@ -1,6 +1,10 @@ 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