mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
added docker openbox
This commit is contained in:
11
.docker/files/openbox/Dockerfile
Normal file
11
.docker/files/openbox/Dockerfile
Normal 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
|
Reference in New Issue
Block a user