-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix packages for alpine #304
base: master
Are you sure you want to change the base?
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