1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-12-25 07:02:22 +00:00

Texlive is missing in the docker image

This commit is contained in:
Yohann D'ANELLO 2021-01-21 22:51:12 +01:00
parent 1677731b4a
commit 214d422ee2
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85

View File

@ -3,8 +3,7 @@ FROM python:3.8-alpine
ENV PYTHONUNBUFFERED 1
ENV DJANGO_ALLOW_ASYNC_UNSAFE 1
# Install LaTeX requirements
RUN apk add --no-cache gettext nginx gcc libc-dev libffi-dev libxml2-dev libxslt-dev postgresql-dev libmagic
RUN apk add --no-cache gettext nginx gcc libc-dev libffi-dev libxml2-dev libxslt-dev postgresql-dev libmagic texlive
RUN apk add --no-cache bash