We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1ba77 commit 645c8a1Copy full SHA for 645c8a1
images/Dockerfile
@@ -27,7 +27,7 @@ RUN export GOOS=$(xx-info os) &&\
27
28
FROM alpine:20231219
29
RUN apk update && apk upgrade
30
-RUN apk add --no-cache iproute2 net-tools ca-certificates iptables strongswan iptables-legacy && update-ca-certificates
+RUN apk add --no-cache iproute2 ca-certificates iptables strongswan iptables-legacy && update-ca-certificates
31
RUN apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community
32
COPY --from=build /build/dist/flanneld /opt/bin/flanneld
33
COPY dist/mk-docker-opts.sh /opt/bin/
0 commit comments