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

Add mime-support to docker container

parent 7859cb4f
No related merge requests found
...@@ -3,7 +3,7 @@ FROM k8s.gcr.io/debian-base-amd64:1.0.0 ...@@ -3,7 +3,7 @@ FROM k8s.gcr.io/debian-base-amd64:1.0.0
RUN /usr/local/bin/clean-install \ RUN /usr/local/bin/clean-install \
git g++ make binutils autoconf automake autotools-dev libtool \ git g++ make binutils autoconf automake autotools-dev libtool \
pkg-config libev-dev libjemalloc-dev \ pkg-config libev-dev libjemalloc-dev \
libev4 libjemalloc1 ca-certificates && \ libev4 libjemalloc1 ca-certificates mime-support && \
git clone --depth 1 -b openssl-quic-draft-22 https://github.com/tatsuhiro-t/openssl && \ git clone --depth 1 -b openssl-quic-draft-22 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 && \ 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 && \ git clone --depth 1 https://github.com/ngtcp2/nghttp3 && \
......
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