🚑 Ensure locales are generated

This commit is contained in:
Franck Nijhof 2020-05-18 11:52:15 +02:00
parent d30cf37631
commit e712eed35e
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -41,6 +41,8 @@ RUN \
wget=1.20.1-1.1 \
zsh=5.7.1-1 \
\
&& locale-gen en_US.UTF-8 \
\
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
\
&& locale-gen en_US.UTF-8 \