From 4a0707ad01bdf3eb0f8367467ef04b84604aaed8 Mon Sep 17 00:00:00 2001 From: Sean Payne Date: Sun, 17 May 2015 01:12:13 -0700 Subject: [PATCH] Added dependency on menu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb10b06..06424b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:trusty MAINTAINER paimpozhil@gmail.com RUN apt-get update -y ENV DEBIAN_FRONTEND noninteractive -RUN apt-get install -y git x11vnc wget python python-numpy unzip Xvfb firefox openbox geany +RUN apt-get install -y git x11vnc wget python python-numpy unzip Xvfb firefox openbox geany menu RUN cd /root && git clone https://github.com/kanaka/noVNC.git ADD startup.sh /startup.sh RUN chmod 0755 /startup.sh