add openssh-keygen to rootless image (#34625)

pull/34626/head^2
TheFox0x7 2025-06-07 02:45:15 +02:00 committed by GitHub
parent 3f7dbbdaf1
commit 74a0178c6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ RUN apk --no-cache add \
git \
curl \
gnupg \
openssh-keygen \
&& rm -rf /var/cache/apk/*
RUN addgroup \