Skip to content
Snippets Groups Projects
Commit ad65ce87 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

docker: update llvm image to Ubuntu 24.04

parent 0cdc8289
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:22.04 FROM ubuntu:24.04
LABEL maintainer="Adrien Béraud <adrien.beraud@savoirfairelinux.com>" LABEL maintainer="Adrien Béraud <adrien.beraud@savoirfairelinux.com>"
LABEL org.opencontainers.image.source https://github.com/savoirfairelinux/opendht LABEL org.opencontainers.image.source https://github.com/savoirfairelinux/opendht
...@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
&& echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y llvm llvm-dev lldb clang gdb make cmake pkg-config \ && apt-get install -y llvm llvm-dev lldb clang gdb make cmake meson pkg-config \
libtool git wget libncurses5-dev libreadline-dev \ libtool git wget libncurses5-dev libreadline-dev \
nettle-dev libgnutls28-dev libuv1-dev libmsgpack-dev libjsoncpp-dev python3-dev \ nettle-dev libgnutls28-dev libuv1-dev libmsgpack-dev libjsoncpp-dev python3-dev \
python3-setuptools libcppunit-dev python3-pip python3-build python3-virtualenv \ python3-setuptools libcppunit-dev python3-pip python3-build python3-virtualenv \
...@@ -17,7 +17,7 @@ RUN apt-get update \ ...@@ -17,7 +17,7 @@ RUN apt-get update \
&& apt-get remove -y gcc g++ && apt-get autoremove -y \ && apt-get remove -y gcc g++ && apt-get autoremove -y \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/* && apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/*
RUN pip3 install meson Cython RUN pip3 install Cython --break-system-packages
ENV CC cc ENV CC cc
ENV CXX c++ ENV CXX c++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment