Dockerfile: update alpine repo for wg
This commit is contained in:
parent
7d77f87ba0
commit
82fe418f89
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user