no need for pip in the final image

This commit is contained in:
Sebastian Hugentobler 2021-02-23 23:02:01 +01:00
parent 076ffd923c
commit 7700dd85bc
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -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 \