File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ ARG TARGETPLATFORM
1515ENV DEBIAN_FRONTEND=noninteractive
1616
1717# 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 \
2119 && apt-get install -y ccache git curl wget sudo \
2220 && curl -LsSf https://astral.sh/uv/install.sh | sh
2321
@@ -174,9 +172,7 @@ RUN PYTHON_VERSION_STR=$(echo ${PYTHON_VERSION} | sed 's/\.//g') && \
174172 echo "export PYTHON_VERSION_STR=${PYTHON_VERSION_STR}" >> /etc/environment
175173
176174# 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 \
180176 && apt-get install -y ccache git curl wget sudo vim \
181177 && apt-get install -y ffmpeg libsm6 libxext6 libgl1 libibverbs-dev \
182178 && curl -LsSf https://astral.sh/uv/install.sh | sh
You can’t perform that action at this time.
0 commit comments