From f8912101cc201a7ac43471b93679c95d97834e78 Mon Sep 17 00:00:00 2001 From: JustusBunsi <61625851+justusbunsi@users.noreply.github.com> Date: Mon, 17 May 2021 17:22:21 +0200 Subject: [PATCH] Add curl to rootless docker image Signed-off-by: JustusBunsi <61625851+justusbunsi@users.noreply.github.com> --- Dockerfile.rootless | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.rootless b/Dockerfile.rootless index a379babc2d9a7..6f4e704f00726 100644 --- a/Dockerfile.rootless +++ b/Dockerfile.rootless @@ -35,6 +35,7 @@ RUN apk --no-cache add \ ca-certificates \ gettext \ git \ + curl \ gnupg RUN addgroup \