add icon theme cursors.

This commit is contained in:
Miroslav Šedivý 2021-01-12 16:37:44 +01:00
parent c75191edeb
commit d89dd11b18
2 changed files with 5 additions and 1 deletions

View File

@ -80,12 +80,16 @@ RUN set -eux; apt-get update; \
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
#
# copy runtime files
# copy runtime configs
COPY runtime/dbus /usr/bin/dbus
COPY runtime/default.pa /etc/pulse/default.pa
COPY runtime/supervisord.conf /etc/neko/supervisord.conf
COPY runtime/xorg.conf /etc/neko/xorg.conf
#
# copy runtime folders
COPY runtime/icon-theme /home/neko/.icons/default
#
# set default envs
ENV USER=$USERNAME

View File