Browse Source

Add curl to rootless docker image (#15908)

Signed-off-by: JustusBunsi <61625851+justusbunsi@users.noreply.github.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
tags/v1.15.0-rc1
Steven 3 years ago
parent
commit
d6d2444f2a
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Dockerfile.rootless

+ 1
- 0
Dockerfile.rootless View File

@@ -35,6 +35,7 @@ RUN apk --no-cache add \
ca-certificates \
gettext \
git \
curl \
gnupg

RUN addgroup \

Loading…
Cancel
Save