Skip to content

Commit

Permalink
add sshd feature
Browse files Browse the repository at this point in the history
  • Loading branch information
devjgm committed Dec 14, 2023
1 parent 2f1c80b commit 4d10221
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"build": {
"dockerfile": "Dockerfile",
},
"features": {
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
}
}

0 comments on commit 4d10221

Please sign in to comment.