Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit afe2326

Browse files
authored
Update devcontainer.json
1 parent 15e5064 commit afe2326

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

container-templates/dockerfile/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// Use 'settings' to set *default* container specific settings.json values on container create.
2222
// You can edit these settings after create using File > Preferences > Settings > Remote.
2323
"settings": {
24+
// If you are using an Alpine-based image, change this to /bin/ash
2425
"terminal.integrated.shell.linux": "/bin/bash"
2526
},
2627

@@ -32,4 +33,4 @@
3233

3334
// Add the IDs of extensions you want installed when the container is created in the array below.
3435
"extensions": []
35-
}
36+
}

0 commit comments

Comments
 (0)