|
|
@@ -0,0 +1,18 @@
|
|
|
+# Por donde voy
|
|
|
+
|
|
|
+he creado un minimal con Dockerfile.6.1.2 aunque usa la imagen 5.
|
|
|
+
|
|
|
+Entrando en el contenedor, he ejecutado:
|
|
|
+
|
|
|
+ wget "https://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh" \
|
|
|
+ && sh update-tlmgr-latest.sh \
|
|
|
+ && tlmgr --version
|
|
|
+
|
|
|
+ # enable tlmgr to install ctex
|
|
|
+ tlmgr update texlive-scripts
|
|
|
+
|
|
|
+ # update packages
|
|
|
+ tlmgr update --all
|
|
|
+
|
|
|
+ # install all the packages
|
|
|
+ tlmgr install scheme-full
|