Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/.docker/files/jwm/Dockerfile
2020-04-21 20:00:22 +00:00

12 lines
285 B
Docker

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