1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-22 03:18:24 +02:00

🌱 Add README, improve settings

This commit is contained in:
Yohann D'ANELLO
2020-07-13 21:27:36 +02:00
parent c30a0cdf86
commit c7f753cf09
6 changed files with 94 additions and 29 deletions

View File

@ -3,7 +3,7 @@ FROM python:3-alpine
ENV PYTHONUNBUFFERED 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 mariadb-connector-c-dev
RUN apk add --no-cache bash