fasjson: install python3-requests-gssapi to work around missing dep in poetry

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-04-18 08:39:07 -07:00
parent 577b69a525
commit e6f6e0a33b

View file

@ -18,6 +18,7 @@ RUN dnf install -y \
mod_session \
policycoreutils-python-utils \
python3-mod_wsgi \
python3-requests-gssapi \
python3-pip && \
dnf autoremove -y && \
dnf clean all -y