mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
🐛 fix(docker): correct spacing in 'go get' command for interceptor dependency in Dockerfile and Dockerfile.edge
This commit is contained in:
@@ -7,7 +7,7 @@ WORKDIR /go/src/lyrebird
|
||||
RUN git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird.git . \
|
||||
&& go get golang.org/x/crypto@latest \
|
||||
&& go get golang.org/x/net@latest \
|
||||
&& go get github. com/pion/interceptor@latest \
|
||||
&& go get github.com/pion/interceptor@latest \
|
||||
&& go get github.com/cloudflare/circl@latest \
|
||||
&& go mod tidy \
|
||||
&& CGO_ENABLED=0 go build -ldflags="-s -w" -o /usr/bin/lyrebird ./cmd/lyrebird
|
||||
|
||||
@@ -7,7 +7,7 @@ WORKDIR /go/src/lyrebird
|
||||
RUN git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird.git . \
|
||||
&& go get golang.org/x/crypto@latest \
|
||||
&& go get golang.org/x/net@latest \
|
||||
&& go get github. com/pion/interceptor@latest \
|
||||
&& go get github.com/pion/interceptor@latest \
|
||||
&& go get github.com/cloudflare/circl@latest \
|
||||
&& go mod tidy \
|
||||
&& CGO_ENABLED=0 go build -ldflags="-s -w" -o /usr/bin/lyrebird ./cmd/lyrebird
|
||||
|
||||
Reference in New Issue
Block a user