mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
Remove unused dependency from dockerfile (#8343)
Closes #8342 Signed-off-by: Claire Wang <claire@tailscale.com>
This commit is contained in:
parent
99f17a7135
commit
27a0f0a55b
@ -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 . .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user