blob: 7ec596214c084db3b3b045a1099dc75cbe395187 (
plain)
1
2
3
4
5
|
FROM registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:latest
RUN apt update && \
apt install -y --no-install-recommends clang-tidy-22 cmake grub2-common grub-pc mtools ninja-build xorriso && \
rm -rf /var/lib/apt/lists/*
|