From 4ef225f20f057f8cabde341ce3d7bf62853b9b74 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Mon, 29 Jan 2018 23:42:15 +0100 Subject: [PATCH] single line --- arch/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/Dockerfile b/arch/Dockerfile index 8f82b9e..c0c77d2 100644 --- a/arch/Dockerfile +++ b/arch/Dockerfile @@ -1,8 +1,6 @@ FROM archlinux/base -RUN echo "[archlinuxfr] -SigLevel = Never -Server = http://repo.archlinux.fr/$arch" >> /etc/pacman.conf +RUN echo "[archlinuxfr] \nSigLevel = Never \nServer = 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