Do it correctly this time

This commit is contained in:
Abhilash Raj
2023-06-16 08:21:24 +00:00
parent 91a0e999cc
commit 85a060015c
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ RUN --mount=type=cache,target=/root/.cache \
&& pip install -r /tmp/requirements.txt \
whoosh \
uwsgi \
psycopg2 \
dj-database-url \
mysqlclient \
typing \

View File

@@ -28,6 +28,7 @@ RUN --mount=type=cache,target=/root/.cache \
git+https://gitlab.com/mailman/hyperkitty \
whoosh \
uwsgi \
psycopg2 \
dj-database-url \
mysqlclient \
xapian-haystack \