Added dependency on websockify.

Eliminates the re-download of websockify on each launch of the container.
This commit is contained in:
Sean Payne
2015-05-17 01:49:06 -07:00
parent 4ac2f49cdc
commit 9a0c7ea4c1
+2
View File
@@ -8,6 +8,8 @@ ADD startup.sh /startup.sh
RUN apt-get update -y && \
apt-get install -y git x11vnc wget python python-numpy unzip Xvfb firefox openbox geany menu && \
cd /root && git clone https://github.com/kanaka/noVNC.git && \
cd noVNC/utils && git clone https://github.com/kanaka/websockify websockify && \
cd /root && \
chmod 0755 /startup.sh && \
apt-get autoclean && \
apt-get autoremove && \