mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-03-31 10:27:36 +03:00
Fix missing with_tailscale
in Dockerfile
Signed-off-by: Rambling2076 <Rambling2076@proton.me>
This commit is contained in:
parent
cebd6118fd
commit
581b7a2a6d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN set -ex \
|
|||
&& export COMMIT=$(git rev-parse --short HEAD) \
|
||||
&& export VERSION=$(go run ./cmd/internal/read_tag) \
|
||||
&& go build -v -trimpath -tags \
|
||||
"with_gvisor,with_quic,with_dhcp,with_wireguard,with_utls,with_reality_server,with_acme,with_clash_api" \
|
||||
"with_gvisor,with_quic,with_dhcp,with_wireguard,with_utls,with_reality_server,with_acme,with_clash_api,with_tailscale" \
|
||||
-o /go/bin/sing-box \
|
||||
-ldflags "-X \"github.com/sagernet/sing-box/constant.Version=$VERSION\" -s -w -buildid=" \
|
||||
./cmd/sing-box
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue