Merge pull request #52 from Zash/fix_apt_cruft2

Remove some cruft
This commit is contained in:
Matthew Wild 2021-07-31 17:48:00 +01:00 committed by GitHub
commit cec33debd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -28,12 +28,13 @@ RUN apt-get update \
libcap2-bin build-essential\
&& c_rehash \
&& ansible-playbook -c local -i localhost, --extra-vars "ansible_python_interpreter=/usr/bin/python3" /opt/ansible/snikket.yml \
&& apt-get remove -y \
&& apt-get remove --purge -y \
ansible \
software-properties-common \
gpg gpg-agent \
python3-passlib \
mercurial libcap2-bin build-essential \
python3 python3.7-minimal \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /var/cache/*