diff --git a/Dockerfile b/Dockerfile index 639a6263..98fc5b07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/runtime/icon-theme/.gitkeep b/runtime/icon-theme/.gitkeep new file mode 100644 index 00000000..e69de29b