Update Dockerfile

This commit is contained in:
2026-01-05 23:16:24 +01:00
parent 3c491011e8
commit 3e81f6373b

View File

@@ -93,8 +93,6 @@ RUN install -d -m 755 /etc/glvnd/egl_vendor.d \
}
EOF
#ENV __GLX_VENDOR_LIBRARY_NAME=nvidia
RUN groupadd -g 1000 appuser 2>/dev/null || true \
&& id -u 1000 >/dev/null 2>&1 || useradd -u 1000 -g 1000 -m -s /bin/bash appuser \
&& mkdir -p /app