Skip to content

TinyTex and Chromium is not being installed in rocker docker container #12612

Closed Answered by cderv
royfrancis asked this question in Q&A
Discussion options

You must be logged in to vote

@royfrancis I do believe this is because you are running the command as -u 1000:1000 but you are not installing with the same user. quarto install will install for the user
Try

docker run test-quarto quarto check

So I think you need USER instruction before RUN or you need to install differently and add to PATH while tweaking permissions.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by royfrancis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants