Add some missing XDG environment variables

This commit is contained in:
Josh.5
2023-09-11 19:13:53 +12:00
parent cc8bc1b02d
commit acee2481c1
2 changed files with 6 additions and 2 deletions

View File

@@ -190,7 +190,8 @@ RUN \
# TODO: Refine this list of packages to only what is required.
ENV \
XORG_SOCKET_DIR="/tmp/.X11-unix" \
XDG_RUNTIME_DIR="/tmp/.X11-unix/run"
XDG_RUNTIME_DIR="/tmp/.X11-unix/run" \
XDG_SESSION_TYPE="x11"
RUN \
echo "**** Update apt database ****" \
&& apt-get update \