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
parent db7fc7818d
commit 0f397f0e60
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 0 additions and 1 deletions

View File

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