Loading Dockerfile +1 −1 Original line number Diff line number Diff line # build lyrebird FROM golang as builder FROM golang AS builder RUN git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird /lyrebird RUN cd /lyrebird && make build Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line # build lyrebird FROM golang as builder FROM golang AS builder RUN git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird /lyrebird RUN cd /lyrebird && make build Loading