From 72708631dafb093e66b9caf893ed8ac6c147694c Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 30 Mar 2026 11:23:21 +0200 Subject: containers: add specific CI container images --- Containerfile.ci-x86_64 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Containerfile.ci-x86_64 (limited to 'Containerfile.ci-x86_64') diff --git a/Containerfile.ci-x86_64 b/Containerfile.ci-x86_64 new file mode 100644 index 0000000..1fde8ea --- /dev/null +++ b/Containerfile.ci-x86_64 @@ -0,0 +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 && \ + rm -rf /var/lib/apt/lists/* -- cgit v1.2.3