Selaa lähdekoodia

Dockerfile: update alpine repo for wg

Lucas Servén Marín 7 vuotta sitten
vanhempi
sitoutus
82fe418f89
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -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/