python2 is dead

This commit is contained in:
Tobias Trabelsi 2019-11-17 18:28:26 +01:00
parent 26eeda67d1
commit 8e3863ca2c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM archlinux/base
RUN pacman -Syuu --noconfirm && pacman -S python2 ansible sshpass git python2-passlib python2-netaddr --noconfirm
RUN pacman -Syuu --noconfirm && pacman -S python ansible sshpass git python-passlib python-netaddr --noconfirm
CMD ["ansible-playbook", "--help"]