YoBatM commited on
Commit
98cd0d6
·
verified ·
1 Parent(s): 69dfa98

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz; \
26
  /install-tl-unx/install-tl -profile /install-tl-unx/texlive.profile; \
27
  rm -r /install-tl-unx; \
28
  rm install-tl-unx.tar.gz
29
- ENV PATH="/usr/local/texlive/2017/bin/x86_64-linux:${PATH}"
30
  RUN tlmgr install scheme-full
31
  # Switch to the "user" user
32
  USER user
 
26
  /install-tl-unx/install-tl -profile /install-tl-unx/texlive.profile; \
27
  rm -r /install-tl-unx; \
28
  rm install-tl-unx.tar.gz
29
+ ENV PATH="/usr/local/texlive/2024/bin/x86_64-linux:${PATH}"
30
  RUN tlmgr install scheme-full
31
  # Switch to the "user" user
32
  USER user