Skip to content

Commit 6be6b09

Browse files
Add ssl certs to SSH container:
This resolves an issue with things like apk not working in the ssh container. Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 845d6b2 commit 6be6b09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linuxkit-templates/hook.template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ services:
231231
#SSH_SERVER - /etc/profile.d/local.sh:/etc/profile.d/local.sh
232232
#SSH_SERVER - /root/.ssh/authorized_keys:/root/.ssh/authorized_keys
233233
#SSH_SERVER - /usr/bin/nerdctl:/usr/bin/nerdctl
234+
#SSH_SERVER - /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt
234235
#SSH_SERVER - /:/host_root
235236

236237

0 commit comments

Comments
 (0)