diff options
| author | Nebulosa <85841412+nebulosa2007@users.noreply.github.com> | 2026-01-03 08:41:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-03 08:41:40 +0300 |
| commit | 719ae0e0144a76ea83e8600f9216e40b7aeb3030 (patch) | |
| tree | 7d857ac0bd81eeaf34814b3ce137cfa0f621e0c4 /Dockerfile | |
| parent | 5bcf6a8aeb676f33fb342c0b494d44fabcdeafc9 (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-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ ARG TARGETARCH RUN apk --no-cache --update add \ build-base \ gcc \ - wget \ unzip COPY . . |
