mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
dockerfile fix chown.
This commit is contained in:
parent
2d8574d5d6
commit
9b1deb4134
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user