Parcourir la source

Added curl dependency to Dockerfile for improved functionality (#3617)

Co-authored-by: lolka1333 <[email protected]>
lolka1333 il y a 3 semaines
Parent
commit
a6b3623634
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -8,6 +8,7 @@ ARG TARGETARCH
 RUN apk --no-cache --update add \
   build-base \
   gcc \
+  curl \
   unzip
 
 COPY . .