forked from kofal.net/zmk
Setup locales so make mnuconfig works properly inside the dev container ; add nano to the dev container so git has a valid editor in case users use git directly within the container
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
FROM zmkfirmware/zephyr-west-action-arm
|
FROM zmkfirmware/zephyr-west-action-arm
|
||||||
|
|
||||||
|
ENV LC_ALL=C
|
||||||
|
|
||||||
RUN apt-get -y update && \
|
RUN apt-get -y update && \
|
||||||
apt-get -y upgrade && \
|
apt-get -y upgrade && \
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
ssh \
|
ssh \
|
||||||
|
nano \
|
||||||
|
locales \
|
||||||
gpg && \
|
gpg && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user