FPDC: update dependencies with libxcrypt
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
eb076f122e
commit
c0f7bdc4b0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ spec:
|
|||
dockerfile: |-
|
||||
FROM fedora:30
|
||||
|
||||
RUN dnf install -y python3-ujson python3-gunicorn && dnf clean all \
|
||||
RUN dnf install -y python3-ujson python3-gunicorn libxcrypt && dnf clean all \
|
||||
&& mkdir /app \
|
||||
&& pip3 install --no-cache-dir kinto SQLAlchemy psycopg2-binary zope.sqlalchemy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue