Where did x11vnc go?
#1
Tue, 2016-09-27 23:47
bergtwvd
-
- Offline
- 1 year 6 months ago
- 2016-05-30
I have the following snippet in my Dockerfile
FROM alpine:3.3
# x11vnc is in the testing repository
RUN echo "http://dl-3.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk --update --upgrade add fluxbox x11vnc xvfb xhost supervisor
Now x11vnc seems to have disappeared.
Where did this package go?
Any other package that I can use instead?
Thanks!
See http://git.alpinelinux.org/cgit/aports/log/unmaintained/x11vnc?showmsg=1
One possibility is to fetch http://git.alpinelinux.org/cgit/aports/tree/unmaintained/x11vnc/APKBUILD , build it yourself and add it as a local package.