We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80223e2 commit 842d00aCopy full SHA for 842d00a
Dockerfile
@@ -7,17 +7,12 @@ RUN apt-get update -y && \
7
curl \
8
firefox-esr \
9
git \
10
- locales \
11
make \
12
ruby-pygments.rb \
13
tree \
14
wget \
15
&& rm -rf /var/lib/apt/lists/*
16
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
-
21
ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh
22
RUN /install.sh && rm /install.sh && \
23
ln -s $HOME/.cargo/bin/uv /usr/bin/uv
0 commit comments