Added dependency on menu
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user