Skip to content

Commit bf72417

Browse files
authored
Merge pull request #25 from zincnode/update_docker
[docker] Update llvm & cmake version and remove `unminimize`
2 parents 9f9fb41 + c84888a commit bf72417

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docker/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ARG pypi_mirror=https://pypi.org/simple
1313
ARG python_mirror=https://www.python.org/ftp/python
1414
ARG python_version=3.12.3
1515
ARG 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
1818
ARG 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 \

0 commit comments

Comments
 (0)