Verified Commit 18807b5c authored by shelikhoo's avatar shelikhoo Committed by shelikhoo
Browse files

Add lyrebird to logobserver bundle

parent d1f732e4
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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

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