forked from quic-go/quic-go
fix branch checkout when building the interop image
This commit is contained in:
@@ -13,7 +13,7 @@ ARG CACHEBUST=1
|
|||||||
|
|
||||||
RUN git clone https://github.com/lucas-clemente/quic-go && \
|
RUN git clone https://github.com/lucas-clemente/quic-go && \
|
||||||
cd quic-go && \
|
cd quic-go && \
|
||||||
git checkout interop && \
|
git fetch origin interop && git checkout -t origin/interop && \
|
||||||
go get ./...
|
go get ./...
|
||||||
|
|
||||||
WORKDIR /quic-go
|
WORKDIR /quic-go
|
||||||
|
|||||||
Reference in New Issue
Block a user