Unverified Commit 055fb1b0 authored by meskio's avatar meskio 🏔️
Browse files

Fix capitalization warning

parent a16c719f
Loading
Loading
Loading
Loading
Loading
+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