Free up >100MB space (#1)
This commit is contained in:
parent
e820f8f441
commit
9c4dce36ca
|
@ -25,6 +25,10 @@ RUN pacman -Sy --noconfirm \
|
|||
networkmanager
|
||||
|
||||
|
||||
# Cleanup
|
||||
RUN yes | pacman -Rns linux-armv7
|
||||
|
||||
|
||||
# Locales
|
||||
RUN sed -e s/^\#en_US.UTF-8/en_US.UTF-8/ -i /etc/locale.gen \
|
||||
&& locale-gen
|
||||
|
|
Loading…
Reference in New Issue