mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
🛡 fix(security): add musl and openssl to Dockerfile for improved security and compatibility
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user