added docker jwm

This commit is contained in:
Craig
2020-04-21 20:00:22 +00:00
parent ea4fa1720c
commit 28c87742f2
3 changed files with 230 additions and 0 deletions

View File

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