summaryrefslogtreecommitdiff
path: root/Containerfile.ci-x86_64
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-05-07 10:10:59 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-05-07 10:10:59 +0200
commitc9ba42a4ed3e98bc7936e07e1653103bac611861 (patch)
tree16695ffec1ead81b226f411ac6ad22936d28aa43 /Containerfile.ci-x86_64
parent3fff4803a38c9e3ae22844319d6392e96ee7042e (diff)
downloadtoolchains-c9ba42a4ed3e98bc7936e07e1653103bac611861.tar.xz
toolchains-c9ba42a4ed3e98bc7936e07e1653103bac611861.zip
gdb: enable python scripting
Diffstat (limited to 'Containerfile.ci-x86_64')
-rw-r--r--Containerfile.ci-x86_642
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile.ci-x86_64 b/Containerfile.ci-x86_64
index 1fde8ea..7ec5962 100644
--- a/Containerfile.ci-x86_64
+++ b/Containerfile.ci-x86_64
@@ -1,5 +1,5 @@
FROM registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:latest
RUN apt update && \
- apt install -y --no-install-recommends clang-tidy cmake grub2-common grub-pc mtools ninja-build xorriso && \
+ apt install -y --no-install-recommends clang-tidy-22 cmake grub2-common grub-pc mtools ninja-build xorriso && \
rm -rf /var/lib/apt/lists/*