From 90adede20b4622ac3f8738b2ebbd29c5e5e19d54 Mon Sep 17 00:00:00 2001 From: Alessandro Ogier Date: Tue, 11 Feb 2025 20:41:01 +0000 Subject: [PATCH] enable ssh mirrors in rootless images (#6896) This mini-PR fixes mirror feature on docker rootless images, as discussed in #6894. Thank you, regards ## Testing - 24h After the PR is merged - Visit https://v11.next.forgejo.org and create a ssh based mirror ## Release notes - Bug fixes - [PR](https://codeberg.org/forgejo/forgejo/pulls/6896): enable ssh mirrors in rootless images Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6896 Reviewed-by: Otto Co-authored-by: Alessandro Ogier Co-committed-by: Alessandro Ogier --- Dockerfile.rootless | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.rootless b/Dockerfile.rootless index 1d3f0e4538..394eae0526 100644 --- a/Dockerfile.rootless +++ b/Dockerfile.rootless @@ -71,6 +71,7 @@ RUN apk --no-cache add \ git \ curl \ gnupg \ + openssh-client \ && rm -rf /var/cache/apk/* RUN addgroup \