Remove unnecessary packages

pull/310/head
TheSpad 6 months ago
parent 34ebed5f63
commit b56ebd89b7
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

@ -20,7 +20,6 @@ RUN \
apk add --no-cache \
bc \
coredns \
gnupg \
grep \
iproute2 \
iptables \
@ -29,8 +28,7 @@ RUN \
libcap-utils \
libqrencode \
net-tools \
openresolv \
perl && \
openresolv && \
echo "wireguard" >> /etc/modules && \
echo "**** install wireguard-tools ****" && \
if [ -z ${WIREGUARD_RELEASE+x} ]; then \

@ -20,7 +20,6 @@ RUN \
apk add --no-cache \
bc \
coredns \
gnupg \
grep \
iproute2 \
iptables \
@ -29,8 +28,7 @@ RUN \
libcap-utils \
libqrencode \
net-tools \
openresolv \
perl && \
openresolv && \
echo "wireguard" >> /etc/modules && \
echo "**** install wireguard-tools ****" && \
if [ -z ${WIREGUARD_RELEASE+x} ]; then \

Loading…
Cancel
Save