fix: vnc crash (issue #88)

upgrade x11vnc >= 0.9.13-6
This commit is contained in:
Doro Wu 2018-12-17 02:48:25 +08:00
parent d9342e0c27
commit fa5635665e
No known key found for this signature in database
GPG key ID: 3F2E4F1C2D4A1AA4

View file

@ -20,7 +20,11 @@ ENV BUILD_DEPS=$BUILD_DEPS
# python library
COPY image/usr/local/lib/web/backend/requirements.txt /tmp/
# built-in packages
RUN apt-get update \
&& apt-get install -y --no-install-recommends software-properties-common curl apache2-utils \
&& apt-get update \
&& add-apt-repository -y ppa:fcwu-tw/apps \
&& apt-get install -y --no-install-recommends --allow-unauthenticated \
$BUILD_DEPS apache2-utils curl supervisor nginx sudo \
dbus-x11 x11-utils alsa-utils \