From e82ada8830f803171b7c2020d730e8df57a694db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=B3=E6=9D=BE?= Date: Tue, 18 Oct 2016 17:03:49 +0800 Subject: [PATCH] fix bug --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d891bce..d8de0b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM ubuntu -RUN apt-get update -y \ - && apt-get install -y wget firefox xfce4 vnc4server +RUN apt-get install -y wget firefox xfce4 vnc4server ENV DISPLAY=":1" VNC_COL_DEPTH=24 VNC_RESOLUTION=1280x800 VNC_PW=xiaosong RUN mkdir /root/.vnc/ \ && wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.635/install_flash_player_11_linux.x86_64.tar.gz \