diff --git a/INSTALL b/INSTALL index 3381daf5..f192f9f5 100644 --- a/INSTALL +++ b/INSTALL @@ -52,7 +52,7 @@ read the instructions below. python-itsdangerous python-authlib python-httpx \ python-jinja python-aiofiles python-python-multipart \ python-requests hypercorn python-bcrypt python-email-validator \ - python-lxml + python-lxml python-feedgen # python3 setup.py install 5) Create a new MySQL database and a user and import the aurweb SQL schema: diff --git a/docker/scripts/install-deps.sh b/docker/scripts/install-deps.sh index fc15313f..8d4525de 100755 --- a/docker/scripts/install-deps.sh +++ b/docker/scripts/install-deps.sh @@ -14,6 +14,6 @@ pacman -Syu --noconfirm --noprogressbar \ python-pytest-asyncio python-coverage hypercorn python-bcrypt \ python-email-validator openssh python-lxml mariadb mariadb-libs \ python-isort flake8 cgit uwsgi uwsgi-plugin-cgi php php-fpm \ - python-asgiref uvicorn + python-asgiref uvicorn python-feedgen exec "$@"