Skip to content

Commit 9a36764

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 <jakobweinstock@gmail.com>
1 parent b15c551 commit 9a36764

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
@@ -230,6 +230,7 @@ services:
230230
#SSH_SERVER - /etc/profile.d/local.sh:/etc/profile.d/local.sh
231231
#SSH_SERVER - /root/.ssh/authorized_keys:/root/.ssh/authorized_keys
232232
#SSH_SERVER - /usr/bin/nerdctl:/usr/bin/nerdctl
233+
#SSH_SERVER - /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt
233234
#SSH_SERVER - /:/host_root
234235

235236

0 commit comments

Comments
 (0)