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

Co-authored-by: lolka1333 <test123@gmail.com>
This commit is contained in:
lolka1333 2026-01-03 17:18:28 +01:00 committed by GitHub
parent 947fd4fae1
commit a6b3623634
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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