1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 12:17:27 +02:00

Génération automatique des fichiers

This commit is contained in:
Yohann D'ANELLO
2020-01-18 17:26:12 +01:00
parent 7d6e899f76
commit 1909dd3835
13 changed files with 544 additions and 4 deletions

View File

@ -15,6 +15,9 @@ RUN apt install -y libzip-dev zip \
&& docker-php-ext-install zip \
&& docker-php-ext-enable zip
# Install LaTeX utilities
RUN apt update && apt upgrade -y && apt install -yq texlive texlive-base texlive-binaries texlive-lang-french
# Setup locales
RUN apt install locales locales-all -y && locale-gen fr_FR.UTF-8
ENV LANG fr_FR.UTF-8