aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlexander Clouter <[email protected]>2020-09-20 10:18:40 +0100
committerAlexander Clouter <[email protected]>2020-09-20 11:18:11 +0100
commit96302c6f6d64795a27541e3a295131bedf8bae84 (patch)
treea31139097ec6f2b0e7dae35095f0addf079f7819 /Dockerfile
parentsupport fallback to tcg from kvm (diff)
downloaddocker-osx-96302c6f6d64795a27541e3a295131bedf8bae84.tar.xz
docker-osx-96302c6f6d64795a27541e3a295131bedf8bae84.zip
remove need for DISPLAY
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
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"]