diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index dee0c724..4a847e12 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:24.04 RUN apt update && \ - apt install -y git coccinelle build-essential python3 python3-zstandard libpython3.12 python-is-python3 flex bison libelf1 libelf-dev && \ + apt install -y git coccinelle build-essential python3 python3-zstandard libpython3.12 python-is-python3 flex bison libelf1 libelf-dev gcc-12 && \ rm -rf /var/lib/apt/lists/* RUN git clone https://github.com/hauke/backports.git