Loading Dockerfile +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,10 @@ RUN git clone https://gitlab.torproject.org/tpo/anti-censorship/connectivity-mea && git checkout ef8fc3eddacbb21952ee47868fd5b19c5eb840d6 \ && go get -d && go build -ldflags="-s -w" . && mv uget /usr/bin/uget RUN git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird.git lyrebird \ && cd lyrebird \ && git checkout lyrebird-0.8.1 \ && go build -ldflags="-s -w" gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird/cmd/lyrebird && mv lyrebird /usr/bin/lyrebird FROM debian:stable-slim Loading @@ -40,6 +44,8 @@ COPY --from=builder /usr/bin/util /bridgetest/util COPY --from=builder /usr/bin/uget /bridgetest/uget COPY --from=builder /usr/bin/lyrebird /usr/bin/lyrebird COPY ./docker/entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh Loading Loading
Dockerfile +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,10 @@ RUN git clone https://gitlab.torproject.org/tpo/anti-censorship/connectivity-mea && git checkout ef8fc3eddacbb21952ee47868fd5b19c5eb840d6 \ && go get -d && go build -ldflags="-s -w" . && mv uget /usr/bin/uget RUN git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird.git lyrebird \ && cd lyrebird \ && git checkout lyrebird-0.8.1 \ && go build -ldflags="-s -w" gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird/cmd/lyrebird && mv lyrebird /usr/bin/lyrebird FROM debian:stable-slim Loading @@ -40,6 +44,8 @@ COPY --from=builder /usr/bin/util /bridgetest/util COPY --from=builder /usr/bin/uget /bridgetest/uget COPY --from=builder /usr/bin/lyrebird /usr/bin/lyrebird COPY ./docker/entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh Loading