Merge "base: generate en_US.UTF-8 locale data for Debian/Ubuntu systems"

This commit is contained in:
Zuul 2019-11-21 12:29:32 +00:00 committed by Gerrit Code Review
commit 3f790ae6f7
1 changed files with 3 additions and 0 deletions

View File

@ -393,6 +393,9 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
{% endfor %}
{% endblock %}
RUN apt-get update \
&& apt-get -y install locales \
&& sed -e "s/# $LANG UTF-8/$LANG UTF-8/g" /etc/locale.gen -i \
&& locale-gen "$LANG" \
&& apt-get -y upgrade \
&& apt-get -y dist-upgrade \
&& apt-get -y install --no-install-recommends \