|
@@ -10,7 +10,7 @@ RUN apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.or
|
|
|
COPY dist/flanneld-$FLANNEL_ARCH /opt/bin/flanneld
|
|
|
COPY dist/mk-docker-opts.sh /opt/bin/
|
|
|
COPY dist/iptables-wrapper-installer.sh /
|
|
|
-RUN /iptables-wrapper-installer.sh
|
|
|
+RUN /iptables-wrapper-installer.sh --no-sanity-check
|
|
|
|
|
|
ENTRYPOINT ["/opt/bin/flanneld"]
|
|
|
|