You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I am having issues building an image from the Dockerfile. Specifically,
build.bash
fails with these error messages: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?
The text was updated successfully, but these errors were encountered: