Skip to content

Commit 41aabb4

Browse files
authored
Merge pull request #65 from getlantern/fix-lantern-box-builds
fix lantern box builds
2 parents 946bd66 + 91a5f88 commit 41aabb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN set -ex \
2525
export CC=gcc CXX=g++; \
2626
fi && \
2727
echo "Building for $GOOS/$GOARCH using CC=$CC CXX=$CXX" && \
28-
go build -v -tags "with_gvisor,with_quic,with_dhcp,with_wireguard,with_ech,with_utls,with_reality_server,with_acme,with_clash_api" \
28+
go build -v -tags "with_gvisor,with_quic,with_dhcp,with_wireguard,with_utls,with_acme,with_clash_api" \
2929
-o /usr/local/bin/lantern-box ./cmd
3030

3131
FROM debian:bullseye-slim

0 commit comments

Comments
 (0)