We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb050e commit a9e148fCopy full SHA for a9e148f
1 file changed
.devcontainer/devcontainer.json
@@ -25,7 +25,11 @@
25
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@5.0.348 -g && learnpack plugins:install @learnpack/python@1.0.6"
26
27
// Features to add to the dev container. More info: https://containers.dev/features.
28
- // "features": {},
+ // "features": {
29
+ "ghcr.io/devcontainers/features/sshd:1": {
30
+ "version": "latest"
31
+ }
32
+ },
33
34
// Use 'forwardPorts' to make a list of ports inside the container available locally.
35
// "forwardPorts": [],
0 commit comments