fixed dev container

This commit is contained in:
2026-07-10 17:34:35 +00:00
parent 356837ee0a
commit a3bad0344d
3 changed files with 13 additions and 8 deletions
+6
View File
@@ -22,8 +22,14 @@ RUN apt-get update && apt-get install -y \
patch \
time \
sudo \
locales \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen
ENV LANG=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8
RUN adduser openwrt --disabled-password --gecos "" && \
echo "openwrt ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers