From 0db1784ec4efb9065a4b10410cca3b0c6e9a3996 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Tue, 16 Jan 2018 23:20:49 +0100 Subject: [PATCH] added arch linux dockerfile --- arch/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arch/Dockerfile diff --git a/arch/Dockerfile b/arch/Dockerfile new file mode 100644 index 0000000..cb67a26 --- /dev/null +++ b/arch/Dockerfile @@ -0,0 +1,5 @@ +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 + +CMD ["ansible-playbook", "--help"]