diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-10-27 14:15:27 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-10-27 14:15:27 +0100 |
| commit | 2977db0fc27ca30fa4f734751e11fce9625caabc (patch) | |
| tree | bfe9c4338f07753e4b72e6f1e619e0b83f19fb16 /.devcontainer | |
| parent | 13bedf43d619abb100beb91db6e1b072e07e3d74 (diff) | |
| download | teachos-2977db0fc27ca30fa4f734751e11fce9625caabc.tar.xz teachos-2977db0fc27ca30fa4f734751e11fce9625caabc.zip | |
ide: add ssh to devcontainer
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json index 4c6afab..38a7695 100644 --- a/.devcontainer/x86-64/devcontainer.json +++ b/.devcontainer/x86-64/devcontainer.json @@ -5,7 +5,7 @@ "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/git-lfs:1": {}, "ghcr.io/devcontainers-extra/features/apt-packages:1": { - "packages": "cmake,grub2-common,grub-pc,mtools,ninja-build,qemu-system-x86,xorriso" + "packages": "cmake,grub2-common,grub-pc,mtools,ninja-build,qemu-system-x86,ssh,xorriso" } }, "customizations": { |
