Skip to content
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

build error: tlmgr not found #25

Open
mdavis-xyz opened this issue Jun 1, 2019 · 5 comments
Open

build error: tlmgr not found #25

mdavis-xyz opened this issue Jun 1, 2019 · 5 comments

Comments

@mdavis-xyz
Copy link

Steps to reproduce:

  1. clone repo
  2. cd into it
  3. sudo docker build -t latex .

expected result

Build completes without error

actual result

Step 9/10 : RUN tlmgr install latexmk
 ---> Running in cfb0b64790c9
/bin/sh: 1: tlmgr: not found
The command '/bin/sh -c tlmgr install latexmk' returned a non-zero code: 127
@mdavis-xyz
Copy link
Author

This is with Dockerfile.basic

@lsk567
Copy link

lsk567 commented Jun 5, 2019

The Dockerfile is outdated. You can fix it by simply going into the Dockerfile and change
ENV PATH="/usr/local/texlive/2017/bin/x86_64-linux:${PATH}"
to
ENV PATH="/usr/local/texlive/2019/bin/x86_64-linux:${PATH}".

@cep21
Copy link

cep21 commented Aug 20, 2019

Will this break again in 2020? What is the rational of putting a year in the path and how do I best lock this down?

jpdias92 added a commit to jpdias92/cv-template-latex that referenced this issue Aug 25, 2019
@lsb
Copy link

lsb commented Oct 12, 2019

I'm still seeing this as of October 2019.

@rugk
Copy link

rugk commented Oct 22, 2019

@blang Can you maybe update the repo/dockerfile here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants