diff --git a/pkg/getty/Dockerfile b/pkg/getty/Dockerfile index d29a2267b..bc679a09c 100644 --- a/pkg/getty/Dockerfile +++ b/pkg/getty/Dockerfile @@ -4,6 +4,7 @@ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ busybox \ + ca-certificates \ musl \ tini \ util-linux \ diff --git a/pkg/sshd/Dockerfile b/pkg/sshd/Dockerfile index 9e6f6550a..6f5bccfc4 100644 --- a/pkg/sshd/Dockerfile +++ b/pkg/sshd/Dockerfile @@ -4,6 +4,7 @@ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ busybox \ + ca-certificates \ musl \ openssh-server \ tini \