Missing dependency for fasjson

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-10-12 15:26:07 +02:00
parent 4c4b63516d
commit 9f94667b1f
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -23,6 +23,7 @@ RUN dnf install -y \
python3-dns \
python3-flask \
python3-gssapi \
python3-requests-gssapi \
python3-ldap \
python3-pip \
python3-wheel && \