diff --git a/Dockerfile b/Dockerfile index fae0e48..ba128b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,6 +78,7 @@ RUN \ useradd --system --no-log-init --create-home --home-dir /home/myuser --gid root --groups sudo --uid 1001 --shell /bin/bash myuser && \ echo 'root:root' | chpasswd && \ echo 'myuser:myuser' | chpasswd && \ + ssh-keygen -A && \ exit 0 ENTRYPOINT ["/usr/bin/tini", "--"]