Skip to content

Commit

Permalink
setup en_US.UTF-8 locale
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Sep 10, 2024
1 parent 1ee7254 commit 55a2af9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ ARG USER=coder
ARG USER_ID=30033
ARG GROUP_ID=30033

RUN apt-get install -y ruby git direnv unzip
RUN apt-get install -y ruby git direnv unzip locales

RUN locale-gen en_US.UTF-8

RUN addgroup --gid $GROUP_ID ${USER} \
&& useradd --groups sudo --no-create-home --shell /bin/bash ${USER} --uid ${USER_ID} --gid ${GROUP_ID} \
Expand Down

0 comments on commit 55a2af9

Please sign in to comment.