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
No known key found for this signature in database
GPG key ID: 3F2E4F1C2D4A1AA4

View file

@ -31,6 +31,8 @@ RUN apt update \
ENV X11VNC_VERSION=0.9.16-1 ENV X11VNC_VERSION=0.9.16-1
{%else%} {%else%}
ENV X11VNC_VERSION=0.9.14-1* ENV X11VNC_VERSION=0.9.14-1*
# arc-theme
RUN add-apt-repository -y ppa:noobslab/themes
{%endif%} {%endif%}
# install debs error if combine together # install debs error if combine together
RUN add-apt-repository -y ppa:fcwu-tw/apps \ RUN add-apt-repository -y ppa:fcwu-tw/apps \