Do not install pip as system package to avoid dependency clash

This commit is contained in:
Georg Krause 2022-03-02 10:52:47 +01:00
commit 0f397f0e60
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632

View file

@ -22,7 +22,6 @@ RUN \
python3-dev \
py3-psycopg2 \
py3-cryptography \
py3-pip \
libldap \
libffi-dev \
make \