add vncviewer.

This commit is contained in:
m1k1o
2021-02-19 17:13:52 +01:00
parent 72b28d69e6
commit c410134c7d
3 changed files with 801 additions and 0 deletions

View File

@ -0,0 +1,17 @@
FROM m1k1o/neko:base
#
# install vncviewer
RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends openbox xtightvncviewer; \
#
# clean up
apt-get clean -y; \
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
ENV NEKO_VNC_URL=""
#
# copy configuation files
COPY supervisord.conf /etc/neko/supervisord/vncviewer.conf
COPY openbox.xml /etc/neko/openbox.xml