Free up ~80MB space again (#1)
This commit is contained in:
parent
21db560f3c
commit
c8c2055ffa
|
@ -49,7 +49,8 @@ RUN sed -e s/^\#en_US.UTF-8/en_US.UTF-8/ -i /etc/locale.gen \
|
|||
|
||||
# Cleanup
|
||||
RUN pacman -Rns linux-armv7 --noconfirm \
|
||||
&& pacman -Sc --noconfirm
|
||||
&& pacman -Sc --noconfirm \
|
||||
&& rm -rf /var/cache/pacman/pkg
|
||||
|
||||
|
||||
# Systemd
|
||||
|
|
Loading…
Reference in New Issue