wagtail/scripts/drone-images/scss-lint/gen_locale.sh

8 wiersze
147 B
Bash

apt-get update \
&& apt-get install -y locales \
&& rm -rf /var/lib/apt/lists/* \
echo "en_GB.UTF-8 UTF-8" >> /etc/locale.gen
locale-gen