From b56ebd89b7e0d6be0056101e739e705c1ae42694 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sun, 5 Nov 2023 11:48:42 +0000 Subject: [PATCH] Remove unnecessary packages --- Dockerfile | 4 +--- Dockerfile.aarch64 | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6372cac..8cea9e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 5947255..2298442 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 \