docker: unexplained fix required for building on ARM

This commit is contained in:
Matthew Wild 2020-11-11 16:40:35 +00:00
parent b68c6fe9b1
commit 13bddf20d4
1 changed files with 2 additions and 1 deletions

View File

@ -20,11 +20,12 @@ ADD snikket-modules /usr/local/lib/snikket-modules
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
software-properties-common \
software-properties-common ca-certificates \
gpg gpg-agent \
ansible python-passlib python3-passlib \
libcap2-bin \
&& rm -rf /var/lib/apt/lists/* \
&& c_rehash \
&& ansible-playbook -c local -i localhost, --extra-vars "ansible_python_interpreter=/usr/bin/python2" /opt/ansible/snikket.yml \
&& apt-get remove -y \
ansible \