1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

Disable IPv6 because kernel of target platform was disabled it

http://mispdev.blogspot.tw/2014/04/x11vnc-avoiding-buffer-overflow-when.html
This commit is contained in:
Doro Wu
2015-06-19 02:51:04 +08:00
parent e28f9f6b56
commit f27846b357
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -19,6 +19,10 @@ RUN apt-get update \
&& apt-get autoremove \
&& rm -rf /var/lib/apt/lists/*
ADD https://dl.dropboxusercontent.com/u/23905041/x11vnc_0.9.14-1.1ubuntu1_amd64.deb /tmp/
ADD https://dl.dropboxusercontent.com/u/23905041/x11vnc-data_0.9.14-1.1ubuntu1_all.deb /tmp/
RUN dpkg -i /tmp/x11vnc*.deb
ADD web /web/
RUN pip install -r /web/requirements.txt