Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNebulosa <85841412+nebulosa2007@users.noreply.github.com>2026-01-03 08:41:40 +0300
committerGitHub <noreply@github.com>2026-01-03 08:41:40 +0300
commit719ae0e0144a76ea83e8600f9216e40b7aeb3030 (patch)
tree7d857ac0bd81eeaf34814b3ce137cfa0f621e0c4 /Dockerfile
parent5bcf6a8aeb676f33fb342c0b494d44fabcdeafc9 (diff)
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>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index cddc945c..8cda1683 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,6 @@ ARG TARGETARCH
RUN apk --no-cache --update add \
build-base \
gcc \
- wget \
unzip
COPY . .