mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 08:22:31 +01:00
cont: fix(build): fix ubuntu 16.04 not to find x11vnc package (issue #141)
This commit is contained in:
parent
34ca3dc9c9
commit
5975c36dc7
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue