Skip to content

Commit 05088c4

Browse files
authored
Update devcontainer.json
1 parent b8724cf commit 05088c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// "ghcr.io/devcontainers-extra/features/apt-get-packages:1": {
77
// // NOTE moved to Dockerfile to utilize docker build cache. But it's actually unclear if this will be faster than the apt-get-packages feature, as it might also utilize overlay filesystem.
88
// "version": "latest",
9-
// "packages": "octave z3 multitime" // Keep in sync with Brewfile, apt-packages.txt
9+
// "packages": ["octave", "z3", "multitime"] // Keep in sync with Brewfile, apt-packages.txt
1010
// }
1111
// },
1212
"postCreateCommand": "bash scripts/devcontainer_postCreateCommand.sh",
@@ -20,4 +20,4 @@
2020
]
2121
}
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)