selkies-project / docker-nvidia-egl-desktop

KDE Plasma Desktop container designed for Kubernetes, supporting OpenGL EGL and GLX, Vulkan, and Wine/Proton for NVIDIA GPUs through WebRTC and HTML5, providing an open-source remote cloud/HPC graphics or game streaming platform.
https://github.com/selkies-project/docker-nvidia-egl-desktop/pkgs/container/nvidia-egl-desktop
Mozilla Public License 2.0
227 stars 48 forks source link

fakeroot fails during build process #40

Closed alexeadem closed 2 months ago

alexeadem commented 2 months ago

Docker version 24.0.5, build %{shortcommit_cli}

#12 183.9 dpkg: error processing archive /tmp/apt-dpkg-install-bVaKXy/133-alsa-base_1.0.25+dfsg-0ubuntu7_all.deb (--unpack):
#12 183.9  error creating directory './sbin': Permission denied
ehfd commented 2 months ago

Under investigation.

ehfd commented 2 months ago

Possibly have been fixed. Please check on all Ubuntu versions.

ehfd commented 2 months ago

I checked all Ubuntu versions on Docker 27.1.0. Please reopen if there are problems.

ehfd commented 2 months ago

Also tested on Kaniko, which works on much restrictive conditions compared to docker build.

alexeadem commented 2 months ago

docker build works now after the changes. Thank you!