Free up >100MB space (#1)

This commit is contained in:
Manfred Touron 2015-01-30 13:32:27 +00:00
parent e820f8f441
commit 9c4dce36ca
1 changed files with 4 additions and 0 deletions

View File

@ -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