Created
March 8, 2016 13:40
-
-
Save CorcovadoMing/3dc67ed011147f8dd98d to your computer and use it in GitHub Desktop.
TIghtVNC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM ubuntu:15.10 | |
| WORKDIR /root | |
| RUN apt-get update \ | |
| && export DEBIAN_FRONTEND=noninteractive \ | |
| && apt-get upgrade -y \ | |
| && apt-get install -y tightvncserver vncviewer twm xterm x11-xserver-utils firefox | |
| ADD xstartup /root/.vnc/ | |
| ENV USER root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment