blob: 1fde8ea8b176ebbab7eee2363ffccc5b0cde44f7 (
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 cmake grub2-common grub-pc mtools ninja-build xorriso && \
rm -rf /var/lib/apt/lists/*
|