diff --git a/Dockerfile b/Dockerfile index 69189b8..fdeb73d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN apk update && \ RUN apk add --no-cache \ bash \ busybox-suid \ + openssh-keygen \ # Init related tini \ openrc \