hardcoded architecture

This commit is contained in:
Tobias Trabelsi 2018-01-29 23:46:43 +01:00
parent f5bbbab20d
commit bbf6a6e88d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM archlinux/base
RUN echo "[archlinuxfr]" >> /etc/pacman.conf && \
echo "SigLevel = Never" >> /etc/pacman.conf && \
echo "Server = http://repo.archlinux.fr/$arch" >> /etc/pacman.conf
echo "Server = http://repo.archlinux.fr/x86_64" >> /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