mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 04:06:18 +00:00
add curl socat openssl to dockerfile
This commit is contained in:
parent
c388992e87
commit
95f184b82c
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ ARG TARGETARCH
|
|||
RUN apk --no-cache --update add \
|
||||
build-base \
|
||||
gcc \
|
||||
openssl \
|
||||
curl \
|
||||
socat \
|
||||
wget \
|
||||
unzip
|
||||
|
||||
|
|
Loading…
Reference in a new issue