aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f7b7590..31933af 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,8 @@ RUN \
&& paccache -r -k0 \
&& echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen \
&& locale-gen \
- && echo 'LANG=en_US.UTF-8' > /etc/locale.conf
+ && echo 'LANG=en_US.UTF-8' > /etc/locale.conf \
+ && pacman -Scc --noconfirm
ENV LANG en_US.UTF-8