From 719ae0e0144a76ea83e8600f9216e40b7aeb3030 Mon Sep 17 00:00:00 2001 From: Nebulosa <85841412+nebulosa2007@users.noreply.github.com> Date: Sat, 3 Jan 2026 08:41:40 +0300 Subject: 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 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Dockerfile') 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 . . -- cgit v1.2.3