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/xfce4/Dockerfile

12 lines
285 B
Docker
Raw Normal View History

2020-04-22 08:00:39 +12:00
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