From fa5635665e4f5d9abc91a891e1997bc56f7005e2 Mon Sep 17 00:00:00 2001 From: Doro Wu Date: Mon, 17 Dec 2018 02:48:25 +0800 Subject: [PATCH] fix: vnc crash (issue #88) upgrade x11vnc >= 0.9.13-6 --- Dockerfile.amd64 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 04e5302..56a23ba 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -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 \