Skip to content

Commit

Permalink
give up on locale
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Jul 11, 2024
1 parent 80223e2 commit 842d00a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@ RUN apt-get update -y && \
curl \
firefox-esr \
git \
locales \
make \
ruby-pygments.rb \
tree \
wget \
&& rm -rf /var/lib/apt/lists/*

ENV LC_ALL=en_GB.UTF-8 LANG=en_GB.UTF8 LANGUAGE=en_GB:en
RUN echo "en_GB.UTF-8 UTF-8" > /etc/locale.gen
RUN locale-gen

ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh
RUN /install.sh && rm /install.sh && \
ln -s $HOME/.cargo/bin/uv /usr/bin/uv
Expand Down

0 comments on commit 842d00a

Please sign in to comment.