Skip to content

Commit 2e4eb9a

Browse files
committed
Update dockerfile
1 parent 77fd284 commit 2e4eb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN set -ex \
99
&& apk add git build-base \
1010
&& export COMMIT=$(git rev-parse --short HEAD) \
1111
&& export VERSION=$(go run ./cmd/internal/read_tag) \
12-
&& go build -v -trimpath -tags with_quic,with_wireguard,with_reality_server,with_acme \
12+
&& go build -v -trimpath -tags with_gvisor,with_quic,with_wireguard,with_utls,with_reality_server,with_clash_api,with_acme \
1313
-o /go/bin/sing-box \
1414
-ldflags "-X \"github.com/sagernet/sing-box/constant.Version=$VERSION\" -s -w -buildid=" \
1515
./cmd/sing-box

0 commit comments

Comments
 (0)