Skip to content

Commit

Permalink
Add ssl certs to SSH container:
Browse files Browse the repository at this point in the history
This resolves an issue with things
like apk not working in the ssh container.

Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
  • Loading branch information
jacobweinstock committed Aug 27, 2024
1 parent 845d6b2 commit 6be6b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linuxkit-templates/hook.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ services:
#SSH_SERVER - /etc/profile.d/local.sh:/etc/profile.d/local.sh
#SSH_SERVER - /root/.ssh/authorized_keys:/root/.ssh/authorized_keys
#SSH_SERVER - /usr/bin/nerdctl:/usr/bin/nerdctl
#SSH_SERVER - /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt
#SSH_SERVER - /:/host_root


Expand Down

0 comments on commit 6be6b09

Please sign in to comment.