mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-07 05:51:18 +00:00
revert Dockerfile-base to original
This commit is contained in:
parent
52ab6c12e9
commit
4ae5448dc6
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue