Browse Source

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

Co-authored-by: lolka1333 <[email protected]>
lolka1333 5 days ago
parent
commit
a6b3623634
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

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