🛡 fix(security): add musl and openssl to Dockerfile for improved security and compatibility

This commit is contained in:
rE-Bo0t.bx1
2025-11-20 23:46:42 +08:00
parent ed513c9852
commit 51af5d0ecc
2 changed files with 4 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
RUN set -eux \
&& apk upgrade --no-cache \
&& apk add --no-cache \
musl \
openssl \
tor \
tini \
&& mkdir -p /var/lib/tor /var/log/tor /run/tor /etc/tor \

View File

@@ -50,6 +50,8 @@ SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
RUN set -eux \
&& apk upgrade --no-cache \
&& apk add --no-cache \
musl \
openssl \
tor \
tini \
&& mkdir -p /var/lib/tor /var/log/tor /run/tor /etc/tor \