This commit is contained in:
Shahrad Elahi 2024-09-10 03:13:59 +03:30
parent 6559f8f46f
commit 90274b6ff8
No known key found for this signature in database

View File

@ -16,12 +16,6 @@ RUN xx-apk update && xx-apk upgrade && xx-apk add -U --no-cache \
wireguard-tools \ wireguard-tools \
dnsmasq \ dnsmasq \
tor \ tor \
&& xx-verify \
/bin/bash \
/usr/bin/tor \
/usr/sbin/dnsmasq \
/usr/local/bin/node \
/usr/sbin/logrotate \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*
FROM --platform=${BUILDPLATFORM} golang:alpine AS pluggables FROM --platform=${BUILDPLATFORM} golang:alpine AS pluggables