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