Build docker image with ngtcp2 v0.1.0
This commit is contained in:
parent
6e6388e7c2
commit
3b0b9a458c
|
@ -24,7 +24,7 @@ RUN git clone --depth 1 -b v0.1.1 https://github.com/ngtcp2/nghttp3 && \
|
|||
cd .. && \
|
||||
rm -rf nghttp3
|
||||
|
||||
RUN git clone --depth 1 https://github.com/ngtcp2/ngtcp2 && \
|
||||
RUN git clone --depth 1 -b v0.1.0 https://github.com/ngtcp2/ngtcp2 && \
|
||||
cd ngtcp2 && \
|
||||
autoreconf -i && \
|
||||
./configure --enable-lib-only \
|
||||
|
|
Loading…
Reference in New Issue