mirror of
https://github.com/helfrichmichael/prusaslicer-novnc.git
synced 2024-08-30 18:32:27 +00:00
CHANGE: Add libnvidia-egl-gbm1 to deal with the Permission Denied errors for NVIDIA DRM.
This commit is contained in:
parent
2ca3059f27
commit
1f850c57cd
@ -14,7 +14,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
locales-all libpam0g libxt6 libxext6 dbus-x11 xauth x11-xkb-utils xkb-data python3 xterm novnc \
|
locales-all libpam0g libxt6 libxext6 dbus-x11 xauth x11-xkb-utils xkb-data python3 xterm novnc \
|
||||||
lxde gtk2-engines-murrine gnome-themes-standard gtk2-engines-pixbuf gtk2-engines-murrine arc-theme \
|
lxde gtk2-engines-murrine gnome-themes-standard gtk2-engines-pixbuf gtk2-engines-murrine arc-theme \
|
||||||
freeglut3 libgtk2.0-dev libwxgtk3.0-gtk3-dev libwx-perl libxmu-dev libgl1-mesa-glx libgl1-mesa-dri \
|
freeglut3 libgtk2.0-dev libwxgtk3.0-gtk3-dev libwx-perl libxmu-dev libgl1-mesa-glx libgl1-mesa-dri \
|
||||||
xdg-utils locales locales-all pcmanfm jq curl git bzip2 gpg-agent software-properties-common libwebkit2gtk-4.0-dev \
|
xdg-utils locales locales-all pcmanfm jq curl git bzip2 gpg-agent software-properties-common \
|
||||||
|
# Packages needed to support the AppImage changes. The libnvidia-egl-gbm1 package resolves an issue
|
||||||
|
# where GPU acceleration resulted in blank windows being generated.
|
||||||
|
libwebkit2gtk-4.0-dev libnvidia-egl-gbm1 \
|
||||||
&& mkdir -p /usr/share/desktop-directories \
|
&& mkdir -p /usr/share/desktop-directories \
|
||||||
# Install Firefox without Snap.
|
# Install Firefox without Snap.
|
||||||
&& add-apt-repository ppa:mozillateam/ppa \
|
&& add-apt-repository ppa:mozillateam/ppa \
|
||||||
|
Loading…
Reference in New Issue
Block a user