Remove wget dependency from everywhere (#3598)

* Remove wget dependency

* Merge branch 'curl_only' of https://github.com/nebulosa2007/3x-ui into nebulosa2007-curl_only

---------

Co-authored-by: Sanaei <ho3ein.sanaei@gmail.com>
This commit is contained in:
Nebulosa
2026-01-03 08:41:40 +03:00
committed by GitHub
parent 5bcf6a8aeb
commit 719ae0e014
5 changed files with 41 additions and 48 deletions

View File

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