Skip to content
Snippets Groups Projects
Verified Commit 48d8ac2b authored by David Beniamine's avatar David Beniamine
Browse files

FIX LibVNC url

parent 51934090
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ RUN ssh-keyscan gitlab.com >> /root/.ssh/known_hosts
## Install latest x11vnc
RUN mkdir -p /opt
WORKDIR /opt
RUN git clone git://github.com/LibVNC/x11vnc
RUN git clone https://github.com/LibVNC/x11vnc.git
### Download source deps
RUN sed -i.bak -e 's/^# \(deb-src .*\)$/\1/' /etc/apt/sources.list
RUN apt-get update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment