Browse Source

add openssh-keygen to rootless image (#34625)

pull/34645/head
TheFox0x7 6 months ago committed by GitHub
parent
commit
74a0178c6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      Dockerfile.rootless

1
Dockerfile.rootless

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

Loading…
Cancel
Save