Added curl dependency to Dockerfile for improved functionality

This commit is contained in:
lolka1333 2026-01-03 16:35:40 +01:00
parent 947fd4fae1
commit 169aa9956c

View file

@ -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 . .