diff options
Diffstat (limited to '.devcontainer/ubuntu20.04')
-rw-r--r-- | .devcontainer/ubuntu20.04/devcontainer.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.devcontainer/ubuntu20.04/devcontainer.json b/.devcontainer/ubuntu20.04/devcontainer.json new file mode 100644 index 0000000000..325e6e57fd --- /dev/null +++ b/.devcontainer/ubuntu20.04/devcontainer.json @@ -0,0 +1,5 @@ +{ + "name": "Ubuntu 20.04", + "image": "ghcr.io/spack/ubuntu20.04-runner-amd64-gcc-11.4:2023.08.01", + "postCreateCommand": "./.devcontainer/postCreateCommand.sh" +} |