Skip to content

Commit 842d00a

Browse files
committed
give up on locale
1 parent 80223e2 commit 842d00a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

-5
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,12 @@ RUN apt-get update -y && \
77
curl \
88
firefox-esr \
99
git \
10-
locales \
1110
make \
1211
ruby-pygments.rb \
1312
tree \
1413
wget \
1514
&& rm -rf /var/lib/apt/lists/*
1615

17-
ENV LC_ALL=en_GB.UTF-8 LANG=en_GB.UTF8 LANGUAGE=en_GB:en
18-
RUN echo "en_GB.UTF-8 UTF-8" > /etc/locale.gen
19-
RUN locale-gen
20-
2116
ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh
2217
RUN /install.sh && rm /install.sh && \
2318
ln -s $HOME/.cargo/bin/uv /usr/bin/uv

0 commit comments

Comments
 (0)