mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-12-22 05:51:32 -06:00
fix gpk error
fix gpk error
This commit is contained in:
parent
1e5f69e63f
commit
12c1270152
@ -99,7 +99,7 @@ RUN printf '%s\n' \
|
|||||||
'xterm &' > ~/.vnc/xstartup
|
'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.
|
# 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' \
|
'sudo rm -f /tmp/.X99-lock' \
|
||||||
'export DISPLAY=:99' \
|
'export DISPLAY=:99' \
|
||||||
'vncserver -kill :99 || true' \
|
'vncserver -kill :99 || true' \
|
||||||
|
Loading…
Reference in New Issue
Block a user