mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
🐛 fix(docker): correct line continuation in git clone command in Dockerfile and Dockerfile.edge
This commit is contained in:
@@ -4,7 +4,7 @@ FROM golang:1.25.5-alpine AS builder
|
||||
RUN apk add --no-cache git
|
||||
|
||||
WORKDIR /go/src/lyrebird
|
||||
RUN git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird.git . \
|
||||
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 \
|
||||
|
||||
@@ -4,7 +4,7 @@ FROM golang:1.25.5-alpine AS builder
|
||||
RUN apk add --no-cache git
|
||||
|
||||
WORKDIR /go/src/lyrebird
|
||||
RUN git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird.git . \
|
||||
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 \
|
||||
|
||||
Reference in New Issue
Block a user