diff --git a/Dockerfile b/Dockerfile index 6c3b419..050f505 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,15 +24,15 @@ RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ software-properties-common ca-certificates \ gpg gpg-agent \ - ansible python-passlib python3-passlib \ + ansible python3-passlib \ libcap2-bin build-essential\ && c_rehash \ - && ansible-playbook -c local -i localhost, --extra-vars "ansible_python_interpreter=/usr/bin/python2" /opt/ansible/snikket.yml \ + && ansible-playbook -c local -i localhost, --extra-vars "ansible_python_interpreter=/usr/bin/python3" /opt/ansible/snikket.yml \ && apt-get remove -y \ ansible \ software-properties-common \ gpg gpg-agent \ - python-passlib python3-passlib \ + python3-passlib \ mercurial libcap2-bin build-essential \ && apt-get autoremove -y \ && rm -rf /var/lib/apt/lists/* \