mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-01-10 15:42:43 +00:00
Added curl dependency to Dockerfile for improved functionality (#3617)
Co-authored-by: lolka1333 <test123@gmail.com>
This commit is contained in:
parent
947fd4fae1
commit
a6b3623634
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ ARG TARGETARCH
|
|||
RUN apk --no-cache --update add \
|
||||
build-base \
|
||||
gcc \
|
||||
curl \
|
||||
unzip
|
||||
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Reference in a new issue