Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -53,7 +53,7 @@ ENV PATH=/opt/texbin:$PATH
|
|
53 |
|
54 |
RUN curl -LO https://github.com/scottkosty/install-tl-ubuntu/raw/master/install-tl-ubuntu \
|
55 |
&& chmod +x ./install-tl-ubuntu \
|
56 |
-
&& ./install-tl-ubuntu \
|
57 |
&& rm ./install-tl-ubuntu
|
58 |
|
59 |
RUN --mount=target=/root/packages.txt,source=packages.txt \
|
|
|
53 |
|
54 |
RUN curl -LO https://github.com/scottkosty/install-tl-ubuntu/raw/master/install-tl-ubuntu \
|
55 |
&& chmod +x ./install-tl-ubuntu \
|
56 |
+
&& ./install-tl-ubuntu --repository 'https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2023/tlnet-final'\
|
57 |
&& rm ./install-tl-ubuntu
|
58 |
|
59 |
RUN --mount=target=/root/packages.txt,source=packages.txt \
|