From 645c8a126bfaa1715933dd1798cb58e57e7cb8f0 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Fri, 23 Feb 2024 12:38:18 +0100 Subject: [PATCH] Remove net-tools since it's an old package that we are not using Signed-off-by: Manuel Buil --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index b7632c010c..fd60008878 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -27,7 +27,7 @@ RUN export GOOS=$(xx-info os) &&\ FROM alpine:20231219 RUN apk update && apk upgrade -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 RUN apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community COPY --from=build /build/dist/flanneld /opt/bin/flanneld COPY dist/mk-docker-opts.sh /opt/bin/