From 96302c6f6d64795a27541e3a295131bedf8bae84 Mon Sep 17 00:00:00 2001 From: Alexander Clouter Date: Sun, 20 Sep 2020 10:18:40 +0100 Subject: remove need for DISPLAY --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index cf84c76..c819311 100644 --- a/Dockerfile +++ b/Dockerfile @@ -169,6 +169,8 @@ RUN touch Launch.sh \ ENV USER arch +ENV DISPLAY=:0.0 + USER arch VOLUME ["/tmp/.X11-unix"] -- cgit v1.2.3