We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cda79 commit 7a08361Copy full SHA for 7a08361
quiche/Dockerfile
@@ -26,7 +26,7 @@ FROM base-build as build-curl
26
RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y autoconf libtool
27
COPY --from=fetch-curl /root/curl /root/curl
28
WORKDIR /root/curl
29
-RUN ./buildconf
+RUN autoreconf -fi
30
COPY --from=build-quiche /root/quiche /root/quiche
31
RUN ./configure LDFLAGS="-Wl,-rpath,$PWD/../quiche/target/release" \
32
--with-openssl=$PWD/../quiche/quiche/deps/boringssl/src \
0 commit comments