fix branch checkout when building the interop image

This commit is contained in:
Marten Seemann
2019-10-24 12:48:30 +07:00
parent dbaa216847
commit 7c221c221b

View File

@@ -13,7 +13,7 @@ ARG CACHEBUST=1
RUN git clone https://github.com/lucas-clemente/quic-go && \
cd quic-go && \
git checkout interop && \
git fetch origin interop && git checkout -t origin/interop && \
go get ./...
WORKDIR /quic-go