We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7dbbd commit 7745b38Copy full SHA for 7745b38
Dockerfile.rootless
@@ -52,6 +52,7 @@ RUN apk --no-cache add \
52
git \
53
curl \
54
gnupg \
55
+ openssh-keygen \
56
&& rm -rf /var/cache/apk/*
57
58
RUN addgroup \
0 commit comments