Skip to content

Commit 645c8a1

Browse files
committed
Remove net-tools since it's an old package that we are not using
Signed-off-by: Manuel Buil <[email protected]>
1 parent 4f1ba77 commit 645c8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN export GOOS=$(xx-info os) &&\
2727

2828
FROM alpine:20231219
2929
RUN apk update && apk upgrade
30-
RUN apk add --no-cache iproute2 net-tools ca-certificates iptables strongswan iptables-legacy && update-ca-certificates
30+
RUN apk add --no-cache iproute2 ca-certificates iptables strongswan iptables-legacy && update-ca-certificates
3131
RUN apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community
3232
COPY --from=build /build/dist/flanneld /opt/bin/flanneld
3333
COPY dist/mk-docker-opts.sh /opt/bin/

0 commit comments

Comments
 (0)