Explorar el Código

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

Co-authored-by: lolka1333 <[email protected]>
lolka1333 hace 3 días
padre
commit
a6b3623634
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 . .