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