Install missing pip in docker
This commit is contained in:
parent
91130f4f95
commit
a3408d7625
|
@ -10,6 +10,7 @@ RUN \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
py3-psycopg2 \
|
py3-psycopg2 \
|
||||||
py3-cryptography \
|
py3-cryptography \
|
||||||
|
py3-pip \
|
||||||
libldap \
|
libldap \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
make \
|
make \
|
||||||
|
|
Loading…
Reference in New Issue