Add missing httpd module
This commit is contained in:
parent
a393a816d7
commit
8c7d22f234
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ items:
|
||||||
python3-straight-plugin \
|
python3-straight-plugin \
|
||||||
python3-sqlalchemy \
|
python3-sqlalchemy \
|
||||||
python3-pytoml \
|
python3-pytoml \
|
||||||
python3-wtforms && \
|
python3-wtforms \
|
||||||
|
python3-mod_wsgi && \
|
||||||
dnf autoremove -y && \
|
dnf autoremove -y && \
|
||||||
dnf clean all -y
|
dnf clean all -y
|
||||||
RUN pip-3 install sqlalchemy_schemadisplay
|
RUN pip-3 install sqlalchemy_schemadisplay
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue