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

docker: Error: doctoolchain - command not found [environment 'local'] #1350

Open
rdmueller opened this issue Jan 22, 2024 · 2 comments
Open

Comments

@rdmueller
Copy link
Member

rdmueller commented Jan 22, 2024

When I try to run doctoolchain from within a docker container through

./dtcw local generateSite

I get the error

Error: doctoolchain - command not found [environment 'local']

In the past, when using 2.x versions, this worked, because docToolchain is installed within the docker image (that is what the docker image is created for :-)

The problem seems that the new wrapper searches for the installation in $HOME/.doctoolchain but in the docker image, it is installed in $HOME/doctoolchain (without the .). In addition, the subfolder doctoolchain-version is missing.

This could be fixed in the dockerfile, but it also could be fixed in the wrapper...

@rdmueller
Copy link
Member Author

it seems that I do have a fix for the wrapper. stay tuned

@rdmueller rdmueller mentioned this issue Jan 22, 2024
2 tasks
@rdmueller
Copy link
Member Author

PR available. fix has been verified

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

1 participant