From c210053c8dfd148d6dab5dc6bb05949150883834 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Fri, 30 Jan 2015 13:36:28 +0000 Subject: [PATCH] Free up >100MB space again (#1) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a133421..3b032dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,8 @@ RUN pacman -Sy --noconfirm \ # Cleanup -RUN yes | pacman -Rns linux-armv7 +RUN pacman -Rns linux-armv7 --noconfirm \ + && pacman -Sc --noconfirm # Locales