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

dexec-script.sh not found #1

Open
mihail-dev opened this issue Nov 22, 2016 · 1 comment
Open

dexec-script.sh not found #1

mihail-dev opened this issue Nov 22, 2016 · 1 comment

Comments

@mihail-dev
Copy link

I tried building the image and running a groovy script but I got he following error:
docker: Error response from daemon: Container command '/tmp/dexec/image-common/dexec-script.sh' not found or does not exist..

@andystanton
Copy link
Member

Hi @mihail-dev

There's some common scripts shared between a lot of the Dockerfiles which is brought in using git submodules. It's not the best approach and will probably change in favour of a single repo for all the Dockerfiles.

Anyway, it might be that you don't have that shared stuff checked out, so either check it out again like this:

git clone --recursive https://github.com/docker-exec/groovy.git

or in the folder you've already got the project cloned, run

git submodule update --init --recursive

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

2 participants