Merge pull request #310 from linuxserver/master-shrink

pull/322/head
Adam 6 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 \
build-base \
elfutils-dev \
gcc \
git \
linux-headers && \
apk add --no-cache \
bc \
coredns \
gnupg \
grep \
iproute2 \
iptables \
@ -29,8 +27,7 @@ RUN \
libcap-utils \
libqrencode \
net-tools \
openresolv \
perl && \
openresolv && \
echo "wireguard" >> /etc/modules && \
echo "**** install wireguard-tools ****" && \
if [ -z ${WIREGUARD_RELEASE+x} ]; then \

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