Skip to content
Snippets Groups Projects
Commit fb47e22a authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Remove LaTeX extra

parent 980032bf
No related branches found
No related tags found
1 merge request!105Better CI
Pipeline #8586 passed with stages
in 16 minutes and 4 seconds
......@@ -15,7 +15,7 @@ py37-django22:
python3-djangorestframework python3-django-cas-server python3-psycopg2 python3-pil
python3-babel python3-lockfile python3-pip python3-phonenumbers
python3-bs4 python3-setuptools tox
texlive-latex-extra texlive-lang-french lmodern texlive-fonts-recommended
texlive-latex-base texlive-lang-french lmodern texlive-fonts-recommended
script: tox -e py37-django22
# Ubuntu 20.04
......@@ -27,13 +27,13 @@ py38-django22:
- ln -sf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone
- >
apt-get update &&
apt-get install --no-install-recommends -t buster-backports -y
apt-get install --no-install-recommends -y
python3-django python3-django-crispy-forms
python3-django-extensions python3-django-filters python3-django-polymorphic
python3-djangorestframework python3-django-cas-server python3-psycopg2 python3-pil
python3-babel python3-lockfile python3-pip python3-phonenumbers
python3-bs4 python3-setuptools tox
texlive-latex-extra texlive-lang-french lmodern texlive-fonts-recommended
texlive-latex-base texlive-lang-french lmodern texlive-fonts-recommended
script: tox -e py38-django22
linters:
......
......@@ -12,7 +12,7 @@ RUN apt-get update && \
python3-babel python3-lockfile python3-pip python3-phonenumbers ipython3 \
python3-bs4 python3-setuptools \
uwsgi uwsgi-plugin-python3 \
texlive-latex-extra texlive-lang-french lmodern texlive-fonts-recommended \
texlive-latex-base texlive-lang-french lmodern texlive-fonts-recommended \
gettext libjs-bootstrap4 fonts-font-awesome && \
rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment