🛡 fix(security): remove musl and openssl from Dockerfile to streamline dependencies

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

View File

@@ -45,8 +45,6 @@ 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,8 +50,6 @@ 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 \