YoBatM commited on
Commit
99bd0da
·
verified ·
1 Parent(s): 0597ae7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN wget https://raw.githubusercontent.com/blang/latex-docker/master/latexdocker
18
  RUN chmod +x latexdockercmd.sh
19
  FROM blang/latex:ctanbasic
20
  MAINTAINER Benedikt Lang <[email protected]>
21
-
22
  RUN tlmgr install scheme-full
23
  # Switch to the "user" user
24
  USER user
 
18
  RUN chmod +x latexdockercmd.sh
19
  FROM blang/latex:ctanbasic
20
  MAINTAINER Benedikt Lang <[email protected]>
21
+ RUN update-tlmgr-latest.sh --update
22
  RUN tlmgr install scheme-full
23
  # Switch to the "user" user
24
  USER user