Dockerfile.base: install iputils
Fixes #8361 Signed-off-by: Maisem Ali <maisem@tailscale.com>maisem/alpine-bump
parent
c6794dec11
commit
1302295299
|
@ -2,4 +2,4 @@
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
FROM alpine:3.16
|
FROM alpine:3.16
|
||||||
RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables
|
RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables iputils
|
||||||
|
|
Loading…
Reference in New Issue