mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
added docker xfce4
This commit is contained in:
11
.docker/files/xfce4/Dockerfile
Normal file
11
.docker/files/xfce4/Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM nurdism/neko:base
|
||||
|
||||
#
|
||||
# install xfce4
|
||||
RUN set -eux; apt-get update; \
|
||||
apt-get install -y --no-install-recommends xfce4;
|
||||
|
||||
#
|
||||
# copy xfce4 conf and supervisord conf
|
||||
COPY .docker/files/xfce4/supervisord.conf /etc/neko/openbox.xml
|
||||
# COPY .docker/files/xfce4/xfconf /etc/neko/xfconf
|
Reference in New Issue
Block a user