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

Issues with Dockerfile #16

Open
felixvd opened this issue Jul 21, 2019 · 0 comments
Open

Issues with Dockerfile #16

felixvd opened this issue Jul 21, 2019 · 0 comments

Comments

@felixvd
Copy link

felixvd commented Jul 21, 2019

I am having issues building an image from the Dockerfile. Specifically, build.bash fails with these error messages:

Step 8/12 : RUN bash build.bash
 ---> Running in cad4162835d3
build.bash: /usr/bin/cmake: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
build.bash: /usr/bin/cmake: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
build.bash: /usr/bin/cmake: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.

There are some other fixes I want to propose to the Dockerfile, but I am stuck on this error and have no more extra time to spend on this. This error occurs for me on Ubuntu 18.04 as well as Docker for Mac. Could you confirm?

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