Skip to content

Commit f01f690

Browse files
authored
add ghcli to devcontainer (#1010)
1 parent 622d554 commit f01f690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"image": "oscarlevin/pretext-full",
1717
// If you don't need sagemath, you can use a smaller base image. Comment out the line above and uncomment the line below to use a smaller image.
1818
// "image": "oscarlevin/pretext",
19-
"features": {},
19+
"features": {"ghcr.io/devcontainers/features/github-cli": {}},
2020

2121
// The pretext-full image above includes pretext, prefigure, and enough parts of latex and sagemath for most cases. If there are errors with sage, you can install the full sagemath package through Conda by running ./.devcontainer/installSage.sh, or uncommenting that line and rebuilding the container.
2222
"postCreateCommand": {

0 commit comments

Comments
 (0)