From 8e3c28dd7370730ecf32c0231dacef4082f7ca4c Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 30 Jul 2021 20:41:46 +0200 Subject: [PATCH] Dockerfile: Explicitly remove python3 This and the previous commit ensures these are completely removed. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ab1a45e..0e997fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*