Skip to content

Commit ba459a0

Browse files
Update devcontainer
1 parent 167eef7 commit ba459a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"image": "mcr.microsoft.com/devcontainers/base:jammy",
77
"features": {
88
"ghcr.io/michidk/devcontainers-features/bun:1": {},
9-
"ghcr.io/devcontainers-extra/features/gleam:1": {}
9+
"ghcr.io/devcontainers-extra/features/gleam:1": {},
10+
"ghcr.io/devcontainers/features/sshd:1": {},
11+
"ghcr.io/rio/features/chezmoi:1": {}
1012
}
1113

1214
// Features to add to the dev container. More info: https://containers.dev/features.
@@ -16,7 +18,7 @@
1618
// "forwardPorts": [],
1719

1820
// Use 'postCreateCommand' to run commands after the container is created.
19-
// "postCreateCommand": "uname -a",
21+
// "postCreateCommand": "",
2022

2123
// Configure tool-specific properties.
2224
// "customizations": {},

0 commit comments

Comments
 (0)