File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ ARG TARGETPLATFORM
15
15
ENV DEBIAN_FRONTEND=noninteractive
16
16
17
17
# Install minimal dependencies and uv
18
- RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
19
- && echo 'tzdata tzdata/Zones/America select Los_Angeles' | debconf-set-selections \
20
- && apt-get update -y \
18
+ RUN apt-get update -y \
21
19
&& apt-get install -y ccache git curl wget sudo \
22
20
&& curl -LsSf https://astral.sh/uv/install.sh | sh
23
21
@@ -174,9 +172,7 @@ RUN PYTHON_VERSION_STR=$(echo ${PYTHON_VERSION} | sed 's/\.//g') && \
174
172
echo "export PYTHON_VERSION_STR=${PYTHON_VERSION_STR}" >> /etc/environment
175
173
176
174
# Install minimal dependencies and uv
177
- RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
178
- && echo 'tzdata tzdata/Zones/America select Los_Angeles' | debconf-set-selections \
179
- && apt-get update -y \
175
+ RUN apt-get update -y \
180
176
&& apt-get install -y ccache git curl wget sudo vim \
181
177
&& apt-get install -y ffmpeg libsm6 libxext6 libgl1 libibverbs-dev \
182
178
&& curl -LsSf https://astral.sh/uv/install.sh | sh
You can’t perform that action at this time.
0 commit comments