diff --git a/Dockerfile b/Dockerfile index 383ae7a..170f4c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,6 +65,9 @@ RUN chown ${HOST_USERNAME}:${HOST_GID} /home/${HOST_USERNAME}/.config # Set the path for QT to find the keyboard context ENV QT_XKB_CONFIG_ROOT /usr/share/X11/xkb +# Prevent OpenGL error +ENV QT_QUICK_BACKEND=software + # Enter! ENTRYPOINT pcoip-client