Skip to content

Commit b3ab001

Browse files
authored
Install SSH server into devcontainer image (mastodon#22679)
1 parent d68c126 commit b3ab001

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.devcontainer/devcontainer.json

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
"webben.browserslist"
1616
],
1717

18+
"features": {
19+
"ghcr.io/devcontainers/features/sshd:1": {
20+
"version": "latest"
21+
}
22+
},
23+
1824
// Use 'forwardPorts' to make a list of ports inside the container available locally.
1925
// This can be used to network with other containers or the host.
2026
"forwardPorts": [3000, 4000],

0 commit comments

Comments
 (0)