From 3b8e51ab6450e5525b164c4675e56acaeca161c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=B3=E6=9D=BE?= Date: Tue, 18 Oct 2016 16:34:31 +0800 Subject: [PATCH] add -y --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb795c0..d891bce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu -RUN apt-get update \ +RUN apt-get update -y \ && 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/ \