From 504a0946f5813e65c2e40bcd08c525e65308ca79 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 17 May 2026 15:22:39 +0000 Subject: ide: simplify devcontainer setup --- .devcontainer/x86-64/devcontainer.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to '.devcontainer/x86-64/devcontainer.json') diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json index 54bfe08..ebfe64d 100644 --- a/.devcontainer/x86-64/devcontainer.json +++ b/.devcontainer/x86-64/devcontainer.json @@ -1,13 +1,9 @@ { "name": "TeachOS on x86-64", - "image": "registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:16.1.0-3-py3.14", - "features": { - "ghcr.io/devcontainers/features/git:1": {}, - "ghcr.io/devcontainers/features/git-lfs:1": {}, - "ghcr.io/devcontainers-extra/features/apt-packages:1": { - "packages": "acpica-tools,build-essential,clang-tidy-22,clangd-22,cmake,gdb,grub2-common,grub-pc,mtools,ninja-build,python3-poetry,qemu-system-x86,ssh,wget,xorriso" - } + "build": { + "dockerfile": "Containerfile" }, + "remoteUser": "ubuntu", "customizations": { "vscode": { "extensions": [ -- cgit v1.2.3