Skip to content

Instantly share code, notes, and snippets.

@CorcovadoMing
Created March 8, 2016 13:40
Show Gist options
  • Select an option

  • Save CorcovadoMing/3dc67ed011147f8dd98d to your computer and use it in GitHub Desktop.

Select an option

Save CorcovadoMing/3dc67ed011147f8dd98d to your computer and use it in GitHub Desktop.
TIghtVNC
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