🐛 fix(docker): correct line continuation in git clone command in Dockerfile and Dockerfile.edge

This commit is contained in:
rE-Bo0t.bx1
2026-01-12 19:48:19 +08:00
parent c735b350c0
commit 2836264996
2 changed files with 2 additions and 2 deletions

View File

@@ -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 \

View File

@@ -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 \