diff options
| author | Ben Mitchell <[email protected]> | 2020-08-23 20:05:09 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-23 20:05:09 +0100 |
| commit | 12c1270152e67d3e2765c33fcd3b0a6a766c5caa (patch) | |
| tree | 93e9813b9dfa4dfa3a234659eb7623e593739dba /vnc-version | |
| parent | fix gpk error (diff) | |
| download | docker-osx-12c1270152e67d3e2765c33fcd3b0a6a766c5caa.tar.xz docker-osx-12c1270152e67d3e2765c33fcd3b0a6a766c5caa.zip | |
fix gpk error
fix gpk error
Diffstat (limited to 'vnc-version')
| -rw-r--r-- | vnc-version/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc-version/Dockerfile b/vnc-version/Dockerfile index 096c3ff..019ddaa 100644 --- a/vnc-version/Dockerfile +++ b/vnc-version/Dockerfile @@ -99,7 +99,7 @@ RUN printf '%s\n' \ 'xterm &' > ~/.vnc/xstartup # this won't work if you have 99 monitors, 98 monitors is fine though // don't forget to remove the lock file incase you shut down incorrectly or create an image. -RUN printf '%s\n%s\n%s\n\n' \ +RUN printf '%s\n%s\n%s\n%s\n\n' \ 'sudo rm -f /tmp/.X99-lock' \ 'export DISPLAY=:99' \ 'vncserver -kill :99 || true' \ |