Add variable FORCE_X11_DUMMY_CONFIG for forcing the initial use of the dummy xorg config
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user