Skip to content

Commit 7a08361

Browse files
committed
Use autoreconf for quiche ver
1 parent 52cda79 commit 7a08361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quiche/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ FROM base-build as build-curl
2626
RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y autoconf libtool
2727
COPY --from=fetch-curl /root/curl /root/curl
2828
WORKDIR /root/curl
29-
RUN ./buildconf
29+
RUN autoreconf -fi
3030
COPY --from=build-quiche /root/quiche /root/quiche
3131
RUN ./configure LDFLAGS="-Wl,-rpath,$PWD/../quiche/target/release" \
3232
--with-openssl=$PWD/../quiche/quiche/deps/boringssl/src \

0 commit comments

Comments
 (0)