Dockerfile: update alpine repo for wg

This commit is contained in:
Lucas Servén Marín 2019-05-22 10:26:20 +02:00
parent 7d77f87ba0
commit 82fe418f89
No known key found for this signature in database
GPG Key ID: 586FEAF680DA74AD
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ RUN apk add --no-cache curl && \
FROM $FROM
LABEL maintainer="squat <lserven@gmail.com>"
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
apk add --no-cache ipset iptables wireguard-tools@testing
RUN echo "@community http://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
apk add --no-cache ipset iptables wireguard-tools@community
COPY --from=cni bridge host-local loopback portmap /opt/cni/bin/
ARG GOARCH
COPY bin/$GOARCH/kg /opt/bin/