diff options
author | Josh Spicer <joshspicer@github.com> | 2022-10-19 02:30:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 02:30:56 +0300 |
commit | 67b15cae1208563d5a2800777c34fe13bc71e181 (patch) | |
tree | 2a772c841a7f150e36e495e89e74d1b0ec1b4b2b /src/sshd | |
parent | 7860eb85a4694bed908db725157b1b1e9f1654cb (diff) |
add installsAfter: common-utils to all Features (#214)
Diffstat (limited to 'src/sshd')
-rw-r--r-- | src/sshd/devcontainer-feature.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/sshd/devcontainer-feature.json b/src/sshd/devcontainer-feature.json index 24c4ba6..6433f3f 100644 --- a/src/sshd/devcontainer-feature.json +++ b/src/sshd/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "sshd", - "version": "1.0.4", + "version": "1.0.5", "name": "SSH server", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/sshd", "description": "Adds a SSH server into a container so that you can use an external terminal, sftp, or SSHFS to interact with it.", @@ -14,5 +14,8 @@ "description": "Currently unused." } }, - "entrypoint": "/usr/local/share/ssh-init.sh" + "entrypoint": "/usr/local/share/ssh-init.sh", + "installsAfter": [ + "ghcr.io/devcontainers/features/common-utils" + ] } |