dockerfile fix chown.

This commit is contained in:
Miroslav Šedivý 2021-04-19 18:03:27 +00:00
parent 2d8574d5d6
commit 9b1deb4134

View File

@ -111,7 +111,7 @@ COPY runtime/xorg.conf /etc/neko/xorg.conf
#
# copy runtime folders
COPY --chown=$USERNAME runtime/icon-theme /home/$USERNAME/.icons/default
COPY --chown=neko:neko runtime/icon-theme /home/$USERNAME/.icons/default
COPY runtime/fontconfig/* /etc/fonts/conf.d/
COPY runtime/fonts /usr/local/share/fonts