Unverified Commit c3c0403d authored by Ryo Ota's avatar Ryo Ota Committed by GitHub

Make Docker speak HTTP/3

parent 344d300c
......@@ -65,6 +65,9 @@ RUN git clone --depth 1 https://github.com/nghttp2/nghttp2.git && \
FROM gcr.io/distroless/base-debian11
COPY --from=build \
/usr/local/share/nghttp2/ \
/usr/local/share/nghttp2/
COPY --from=build \
/usr/local/bin/h2load \
/usr/local/bin/nghttpx \
......
Markdown is supported
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