feat(dev): add locales

Required for Zephyr's menuconfig.

See: zmkfirmware/zmk#438
This commit is contained in:
innovaker 2020-12-02 21:32:59 +00:00
parent fc8dd6e5a8
commit d81b73f227

View File

@ -42,6 +42,8 @@ RUN \
FROM common AS dev-generic FROM common AS dev-generic
ENV LC_ALL=C
RUN \ RUN \
apt-get -y update \ apt-get -y update \
&& apt-get -y install --no-install-recommends \ && apt-get -y install --no-install-recommends \
@ -52,6 +54,7 @@ RUN \
g++-multilib \ g++-multilib \
gpg-agent \ gpg-agent \
libsdl2-dev \ libsdl2-dev \
locales \
nodejs \ nodejs \
python3 \ python3 \
python3-dev \ python3-dev \