From fed1e1b5b6889eb7919efeea3268c38ada975c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=B3=E6=9D=BE?= Date: Sun, 16 Oct 2016 14:29:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=BC=80=E5=8F=AF=E4=BB=A5=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index bc6a3b8..a4316a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,8 @@ -# Firefox over VNC -# -# VERSION 0.3 - FROM ubuntu -# Install vnc, xvfb in order to create a 'fake' display and firefox RUN apt-get update \ - && apt-get install -y wget x11vnc xvfb firefox \ - && mkdir ~/.vnc \ + && apt-get install -y wget x11vnc xvfb firefox +RUN mkdir ~/.vnc \ && x11vnc -storepasswd xiaosong ~/.vnc/passwd \ && bash -c 'echo "firefox" >> /.bashrc' \ && wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.635/install_flash_player_11_linux.x86_64.tar.gz \