Dockerfile: Explicitly remove python3

This and the previous commit ensures these are completely removed.
This commit is contained in:
Kim Alvefur 2021-07-30 20:41:46 +02:00
parent 212de80da1
commit 8e3c28dd73
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ RUN apt-get update \
gpg gpg-agent \
python-passlib 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/*