revert Dockerfile-base to original

This commit is contained in:
Valentin Stauber 2024-03-20 14:07:40 +01:00
parent 52ab6c12e9
commit 4ae5448dc6

View file

@ -42,7 +42,7 @@ RUN apt-get update \
# # docker build \
# --build-arg TEXLIVE_MIRROR=https://ctan.crest.fr/tex-archive/systems/texlive/tlnet \
# -f Dockerfile-base -t sharelatex/sharelatex-base .
ARG TEXLIVE_MIRROR=https://ctan.crest.fr/tex-archive/systems/texlive/tlnet
ARG TEXLIVE_MIRROR=https://mirror.ox.ac.uk/sites/ctan.org/systems/texlive/tlnet
RUN mkdir /install-tl-unx \
&& wget --quiet https://tug.org/texlive/files/texlive.asc \