Remove unused dependency from dockerfile (#8343)

Closes #8342

Signed-off-by: Claire Wang <claire@tailscale.com>
This commit is contained in:
Claire Wang
2023-06-14 13:21:30 -04:00
committed by GitHub
parent 99f17a7135
commit 27a0f0a55b

View File

@@ -47,8 +47,7 @@ RUN go install \
golang.org/x/crypto/ssh \
golang.org/x/crypto/acme \
nhooyr.io/websocket \
github.com/mdlayher/netlink \
golang.zx2c4.com/wireguard/device
github.com/mdlayher/netlink
COPY . .