1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-21 11:58:21 +02:00

Automatically create mailing lists

This commit is contained in:
Yohann D'ANELLO
2020-10-09 13:49:09 +02:00
parent 798c8db781
commit 92e66d75ab
5 changed files with 36 additions and 2 deletions

View File

@ -4,7 +4,7 @@ ENV PYTHONUNBUFFERED 1
ENV DJANGO_ALLOW_ASYNC_UNSAFE 1
# Install LaTeX requirements
RUN apk add --no-cache gettext texlive nginx gcc libc-dev libffi-dev postgresql-dev libmagic
RUN apk add --no-cache gettext nginx gcc libc-dev libffi-dev libxml2-dev libxslt-dev postgresql-dev libmagic
RUN apk add --no-cache bash