FPDC: add missing dependencies

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

View file

@ -12,7 +12,7 @@ spec:
RUN dnf install -y python3-ujson python3-gunicorn && dnf clean all \
&& mkdir /app \
&& pip3 install --no-cache-dir kinto
&& pip3 install --no-cache-dir kinto SQLAlchemy psycopg2-binary zope.sqlalchemy
EXPOSE 8080