Просмотр исходного кода

Dockerfile: update alpine repo for wg

Lucas Servén Marín 7 лет назад
Родитель
Сommit
82fe418f89
1 измененных файлов с 2 добавлено и 2 удалено
  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/