Add variable FORCE_X11_DUMMY_CONFIG for forcing the initial use of the dummy xorg config

This commit is contained in:
Josh.5
2023-10-02 11:13:17 +13:00
parent 7f04d8df01
commit c165e28f07
2 changed files with 4 additions and 3 deletions

View File

@@ -186,7 +186,8 @@ RUN \
ENV \
XORG_SOCKET_DIR="/tmp/.X11-unix" \
XDG_RUNTIME_DIR="/tmp/.X11-unix/run" \
XDG_SESSION_TYPE="x11"
XDG_SESSION_TYPE="x11" \
FORCE_X11_DUMMY_CONFIG="false"
RUN \
echo "**** Update apt database ****" \
&& apt-get update \