From d1df66ac65500f6b8869e42965ac39e263ad9a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=B3=E6=9D=BE?= Date: Sun, 16 Oct 2016 09:16:50 +0800 Subject: [PATCH] install wget --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 565add7..c45a887 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM ubuntu # Install vnc, xvfb in order to create a 'fake' display and firefox RUN apt-get update \ - && apt-get install -y x11vnc xvfb firefox \ + && apt-get install -y wget x11vnc xvfb firefox \ && mkdir ~/.vnc \ && x11vnc -storepasswd xiaosong ~/.vnc/passwd \ && bash -c 'echo "firefox" >> /.bashrc' \