Skip to content

Commit ed20432

Browse files
author
Richard Cunningham
committed
Check installAfter necessity for publishing
1 parent 71155b4 commit ed20432

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/features/terminalhistory/devcontainer-feature.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
"type": "bind"
1515
}
1616
],
17-
"onCreateCommand": "bash /devcontainer_staging/onCreateCommand.sh"
17+
"onCreateCommand": "bash /devcontainer_staging/onCreateCommand.sh",
18+
"installsAfter": [
19+
"ghcr.io/devcontainers/features/common-utils"
20+
]
1821
}

0 commit comments

Comments
 (0)