[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-backports
Subject:    [PATCH] CI: Add libpython3.12 to dev container
From:       Hauke Mehrtens <hauke () hauke-m ! de>
Date:       2024-04-02 23:21:46
Message-ID: 20240402232146.2766703-1-hauke () hauke-m ! de
[Download RAW message or body]

The coccinelle python extension needs libpython3.12, otherwise it fails.

Fixes: 5b3a658d91d7 ("CI: Use Ubuntu 24.04 as dev container base")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 .devcontainer/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index cdf5d124..dee0c724 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 \
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 && \  rm -rf /var/lib/apt/lists/*
 
 RUN git clone https://github.com/hauke/backports.git
-- 
2.44.0


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic