dockerfile fix chown.
This commit is contained in:
parent
2d8574d5d6
commit
9b1deb4134
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue