Skip to content
Snippets Groups Projects
Commit 1f7c6582 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Update Dockerfile

parent 18225765
No related merge requests found
......@@ -4,7 +4,7 @@ RUN /usr/local/bin/clean-install \
git g++ make binutils autoconf automake autotools-dev libtool \
pkg-config libev-dev libjemalloc-dev \
libev4 libjemalloc1 ca-certificates mime-support && \
git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-25 https://github.com/tatsuhiro-t/openssl && \
git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-28 https://github.com/tatsuhiro-t/openssl && \
cd openssl && ./config enable-tls1_3 --openssldir=/etc/ssl && make -j$(nproc) && make install_sw && cd .. && rm -rf openssl && \
git clone --depth 1 https://github.com/ngtcp2/nghttp3 && \
cd nghttp3 && autoreconf -i && \
......
......@@ -5,7 +5,7 @@ RUN apt-get update && \
git g++ make binutils autoconf automake autotools-dev libtool \
pkg-config libev-dev libjemalloc-dev \
libev4 libjemalloc2 ca-certificates mime-support && \
git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27 https://github.com/tatsuhiro-t/openssl && \
git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-28 https://github.com/tatsuhiro-t/openssl && \
cd openssl && ./config enable-tls1_3 --openssldir=/etc/ssl && make -j$(nproc) && make install_sw && cd .. && rm -rf openssl && \
git clone --depth 1 https://github.com/ngtcp2/nghttp3 && \
cd nghttp3 && autoreconf -i && \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment