Skip to content

Commit

Permalink
[box] Tweak locales a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Oct 23, 2024
1 parent e842250 commit f8aa606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ RUN apt-get update --assume-yes && \
useradd -u "${USER_ID}" --create-home --shell /bin/bash --user-group linuxbrew && \
echo 'linuxbrew ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

ENV LANGUAGE en_US.utf8
ENV LANG en_US.utf8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.utf8

USER linuxbrew
WORKDIR /home/linuxbrew
Expand Down

0 comments on commit f8aa606

Please sign in to comment.