mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-23 09:21:41 +00:00
Dockerfile.base: install iputils
Fixes #8361 Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user