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:
@ -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
|
||||
|
Reference in New Issue
Block a user