aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2024-04-02 23:05:43 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2024-04-02 23:08:39 +0200
commit5d1e8c6175d76e6ee06b36acf62b8b7b12464c22 (patch)
treefa80b8f300b2cef2f5f2a53a542d0fbaeda52c37
parent5b3a658d91d75afd7b5faf66a569d40c15776886 (diff)
downloadbackports-5d1e8c6175d76e6ee06b36acf62b8b7b12464c22.tar.gz
CI: Add libpython3.12 to dev container
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>
-rw-r--r--.devcontainer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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