Skip to content

Commit

Permalink
Dockerfile.base: install iputils
Browse files Browse the repository at this point in the history
Fixes tailscale#8361

Signed-off-by: Maisem Ali <[email protected]>
  • Loading branch information
Maisem Ali authored and maisem committed Jun 18, 2023
1 parent c6794de commit 1302295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: BSD-3-Clause

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

0 comments on commit 1302295

Please sign in to comment.