utensils / docker-opengl

Multi-Arch Docker - Mesa 3D OpenGL Software Rendering (Gallium) - LLVMpipe, and OpenSWR Drivers
MIT License
82 stars 33 forks source link

docker-opengl:stable does not terminate #2

Closed Squareys closed 4 years ago

Squareys commented 4 years ago

Hello everybody!

I'm trying to use this image as a base for a custom docker container on Gitlab-CI. I noticed builds don't terminate and executing a simple command locally does not terminate aswell.

I'm guessing the issue is somewhere in entrypoint.sh, but I haven't found anything more specific yet.

Any ideas would be greatly appreciated.

Best, Jonathan

Squareys commented 4 years ago

Ah, it seems to simply be the wait command missing a process id parameter.