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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user