diff --git a/docker/Dockerfile b/docker/Dockerfile index 8fbce9c2639678e6cb8826947713b8fbe8df3b5b..a0fc560f240ca3e9c2f4c56cd526d7b31c186528 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -3,7 +3,7 @@ FROM k8s.gcr.io/debian-base-amd64:1.0.0 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 && \ + libev4 libjemalloc1 ca-certificates mime-support && \ 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 && \ git clone --depth 1 https://github.com/ngtcp2/nghttp3 && \