File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ ARG pypi_mirror=https://pypi.org/simple
1313ARG python_mirror=https://www.python.org/ftp/python
1414ARG python_version=3.12.3
1515ARG PYENV_ROOT=/root/.pyenv
16- ARG llvm_version=release/19.x
17- ARG cmake_version=3.30.1
16+ ARG llvm_version=main
17+ ARG cmake_version=3.30.3
1818ARG ninja_version=1.12.1
1919
2020# For Ubuntu 24.04, the sources.list is located at /etc/apt/sources.list.d/ubuntu.sources
@@ -24,8 +24,7 @@ RUN sed -i "s/archive.ubuntu.com/${apt_mirror}/g" /etc/apt/sources.list.d/ubuntu
2424# RUN sed -i "s/archive.ubuntu.com/${apt_mirror}/g" /etc/apt/sources.list
2525
2626# Install dependencies
27- RUN yes | unminimize && \
28- apt-get update && apt-get upgrade -y && \
27+ RUN apt-get update && apt-get upgrade -y && \
2928 apt-get install -y \
3029 git wget curl bash-completion apt-utils vim unzip pigz \
3130 zlib1g-dev libssl-dev libreadline-dev libbz2-dev libsqlite3-dev liblzma-dev libffi-dev \
You can’t perform that action at this time.
0 commit comments