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

Better photo authorization upload

This commit is contained in:
Yohann D'ANELLO
2020-09-27 12:36:37 +02:00
parent c84d4151bb
commit 9ef35217d3
7 changed files with 79 additions and 40 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
RUN apk add --no-cache gettext texlive nginx gcc libc-dev libffi-dev postgresql-dev libmagic
RUN apk add --no-cache bash