From 43238d93a8fed412efed44729bb8970d244f6040 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 0b410d9..3d0c36c 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -8,11 +8,11 @@ ARG localbuild RUN echo "LOCALBUILD=$localbuild" RUN if [ "x$localbuild" != "x" ]; then sed -i 's#http://archive.ubuntu.com/#http://tw.archive.ubuntu.com/#' /etc/apt/sources.list; fi -# && add-apt-repository ppa:fcwu-tw/apps x11vnc # 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 \ supervisor nginx sudo vim-tiny net-tools zenity xz-utils \ dbus-x11 x11-utils alsa-utils \