added docker openbox

This commit is contained in:
Craig
2020-04-21 20:00:11 +00:00
parent d8ec03694d
commit ea4fa1720c
3 changed files with 774 additions and 0 deletions

View File

@ -0,0 +1,11 @@
FROM nurdism/neko:base
#
# install openbox
RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends openbox;
#
# copy openbox conf and supervisord conf
COPY .docker/files/openbox/supervisord.conf /etc/neko/supervisord/openbox.conf
COPY .docker/files/openbox/conf.xml /etc/neko/openbox.xml