summaryrefslogtreecommitdiff
path: root/.devcontainer/ubuntu20.04/devcontainer.json
blob: 325e6e57fdc109aad8ca85d486c887b36bf74f03 (plain) (blame)
1
2
3
4
5
{
  "name": "Ubuntu 20.04",
  "image": "ghcr.io/spack/ubuntu20.04-runner-amd64-gcc-11.4:2023.08.01",
  "postCreateCommand": "./.devcontainer/postCreateCommand.sh"
}