Remove unnecessary packages

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

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

Loading…
Cancel
Save