add openssh-keygen to rootless image (#34625)

This commit is contained in:
TheFox0x7
2025-06-07 02:45:15 +02:00
repo.diff.committed_by GitHub
repo.diff.parent 3f7dbbdaf1
repo.diff.commit 74a0178c6a

repo.diff.view_file

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