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

cont: fix(build): fix ubuntu 16.04 not to find x11vnc package (issue #141)

This commit is contained in:
Doro Wu
2019-09-28 19:35:32 +08:00
parent 34ca3dc9c9
commit 5975c36dc7
+2
View File
@@ -31,6 +31,8 @@ RUN apt update \
ENV X11VNC_VERSION=0.9.16-1
{%else%}
ENV X11VNC_VERSION=0.9.14-1*
# arc-theme
RUN add-apt-repository -y ppa:noobslab/themes
{%endif%}
# install debs error if combine together
RUN add-apt-repository -y ppa:fcwu-tw/apps \