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