Conversation
|
@hyberdk && mv ~/.TinyTeX /opt/TinyTeX \ mv: can't rename '/root/.TinyTeX': No such file or directory I am using docker for windows. |
|
It looks like TinyTeX renamed their branch from Once I updated the Dockerfile accordingly I was again able to build to docker container: |
|
it looks like an issue with the mirror, its reporting back a 404 no found.. perhaps they stopped hosting the packages? |
|
It's look like the mirror redirection on the wget of the install of latex keeps the begin of the url ==> https://mirrors.evoluso.com/CTAN/http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz should be https://mirrors.evoluso.com/CTAN/systems/texlive/tlnet/install-tl-unx.tar.gz, i've just test the second url manually and it's working but now the problem is to make it work with their script |

you cannot build the docker image as there are missing some packages in Alpine. This fixes it.
Esben