Build docker image with ngtcp2 v0.1.0

This commit is contained in:
Tatsuhiro Tsujikawa 2022-01-22 18:17:30 +09:00
parent 6e6388e7c2
commit 3b0b9a458c
1 changed files with 1 additions and 1 deletions

View File

@ -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 \