feat(dev): add locales
Required for Zephyr's menuconfig. See: zmkfirmware/zmk#438
This commit is contained in:
parent
fc8dd6e5a8
commit
d81b73f227
@ -42,6 +42,8 @@ RUN \
|
||||
|
||||
FROM common AS dev-generic
|
||||
|
||||
ENV LC_ALL=C
|
||||
|
||||
RUN \
|
||||
apt-get -y update \
|
||||
&& apt-get -y install --no-install-recommends \
|
||||
@ -52,6 +54,7 @@ RUN \
|
||||
g++-multilib \
|
||||
gpg-agent \
|
||||
libsdl2-dev \
|
||||
locales \
|
||||
nodejs \
|
||||
python3 \
|
||||
python3-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user