diff options
| author | Alexander Clouter <[email protected]> | 2020-09-20 10:18:40 +0100 |
|---|---|---|
| committer | Alexander Clouter <[email protected]> | 2020-09-20 11:18:11 +0100 |
| commit | 96302c6f6d64795a27541e3a295131bedf8bae84 (patch) | |
| tree | a31139097ec6f2b0e7dae35095f0addf079f7819 /Dockerfile | |
| parent | support fallback to tcg from kvm (diff) | |
| download | docker-osx-96302c6f6d64795a27541e3a295131bedf8bae84.tar.xz docker-osx-96302c6f6d64795a27541e3a295131bedf8bae84.zip | |
remove need for DISPLAY
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -169,6 +169,8 @@ RUN touch Launch.sh \ ENV USER arch +ENV DISPLAY=:0.0 + USER arch VOLUME ["/tmp/.X11-unix"] |