Relabel the whole filesystem on first boot
This commit is contained in:
parent
17cb401832
commit
15282c2e6d
|
@ -109,3 +109,7 @@ RUN pacman-db-upgrade \
|
|||
&& rm -rf /var/cache/pacman/pkg \
|
||||
&& localepurge-config && localepurge \
|
||||
&& pacman-db-upgrade
|
||||
|
||||
|
||||
# Relabel the whole filesystem on next boot
|
||||
RUN touch /.autorelabel
|
||||
|
|
Loading…
Reference in New Issue