Merge pull request #1657 from nwtgck/patch-2

Make Docker speak HTTP/3
This commit is contained in:
Tatsuhiro Tsujikawa 2021-12-13 18:00:18 +09:00 committed by GitHub
commit 0b053e06d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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