FPDC: update dependencies with libxcrypt

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-09-02 11:45:22 +02:00 committed by Pierre-Yves Chibon
parent eb076f122e
commit c0f7bdc4b0

View file

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