From 7700dd85bcf5d5fe0127c7e80885d25eb5f41c45 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 23 Feb 2021 23:02:01 +0100 Subject: [PATCH] no need for pip in the final image --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe1bd54..9811e3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,6 @@ RUN adduser -h /var/lib/matrix-synapse -u 2222 -D -G matrix-synapse matrix-synap RUN apk add --no-cache \ python3 \ - py3-pip \ #py3-psycopg2 \ #py3-jinja2 \ #py3-authlib \