Replies: 2 comments 3 replies
-
This seems like a permission issue to me. Just to make sure though, you are aware that there exists an official Mumble docker image, right? |
Beta Was this translation helpful? Give feedback.
3 replies
-
So I found out what was the issue. root user was used to start murmur because of entrypoint (my bad) so something goes wrong when murmur force and switch from root to the user referenced in the configuration in a container. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys since this #5516 I decided to move to docker and build from it. On the way of making it lightest possible I choosen to go the hard way and use FROM scratch. It globally worked well so far, however I have some issues probably related to some missing lib.
Murmur: v1.5.517
System: Debian 12
cmake args "-DVCPKG_TARGET_TRIPLET=x64-linux" "-Dclient=OFF" "-Dstatic=ON" "-DCMAKE_BUILD_TYPE=Release" ..
Does anyone have an idea of what could be missing?
Beta Was this translation helpful? Give feedback.
All reactions