Merge pull request #310 from linuxserver/master-shrink

pull/322/head
Adam 7 months ago committed by GitHub
commit 89be9b9454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,13 +14,11 @@ RUN \
apk add --no-cache --virtual=build-dependencies \ apk add --no-cache --virtual=build-dependencies \
build-base \ build-base \
elfutils-dev \ elfutils-dev \
gcc \
git \ git \
linux-headers && \ linux-headers && \
apk add --no-cache \ apk add --no-cache \
bc \ bc \
coredns \ coredns \
gnupg \
grep \ grep \
iproute2 \ iproute2 \
iptables \ iptables \
@ -29,8 +27,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 \

@ -14,13 +14,11 @@ RUN \
apk add --no-cache --virtual=build-dependencies \ apk add --no-cache --virtual=build-dependencies \
build-base \ build-base \
elfutils-dev \ elfutils-dev \
gcc \
git \ git \
linux-headers && \ linux-headers && \
apk add --no-cache \ apk add --no-cache \
bc \ bc \
coredns \ coredns \
gnupg \
grep \ grep \
iproute2 \ iproute2 \
iptables \ iptables \
@ -29,8 +27,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