2023-01-27 21:37:20 +00:00
|
|
|
# Copyright (c) Tailscale Inc & AUTHORS
|
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2021-11-22 04:52:19 +00:00
|
|
|
|
2022-06-29 15:05:08 +00:00
|
|
|
FROM alpine:3.16
|
2021-11-22 04:52:19 +00:00
|
|
|
RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables
|