Add clean files packages

This commit is contained in:
Jesús 2021-03-08 19:14:47 -05:00
parent 837b108000
commit 90a2286287
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

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