add curl socat openssl to dockerfile

This commit is contained in:
khodekhadem 2024-03-15 11:12:16 +03:30
parent c388992e87
commit 95f184b82c

View file

@ -8,6 +8,9 @@ ARG TARGETARCH
RUN apk --no-cache --update add \
build-base \
gcc \
openssl \
curl \
socat \
wget \
unzip