From: Otto Moerbeek Date: Tue, 7 Nov 2023 10:39:53 +0000 (+0100) Subject: Install cargo for the sdist step as well now that configure expects it X-Git-Tag: rec-5.0.0-beta1~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c459c944931b814dee2b19542db453999970cd;p=thirdparty%2Fpdns.git Install cargo for the sdist step as well now that configure expects it --- diff --git a/builder-support/dockerfiles/Dockerfile.recursor b/builder-support/dockerfiles/Dockerfile.recursor index 2a37f3e9bc..088df9710c 100644 --- a/builder-support/dockerfiles/Dockerfile.recursor +++ b/builder-support/dockerfiles/Dockerfile.recursor @@ -12,6 +12,9 @@ ADD builder/helpers/set-configure-ac-version.sh /pdns-recursor/builder/helpers/ ADD builder-support/gen-version /pdns-recursor/pdns/recursordist/builder-support/gen-version WORKDIR /pdns-recursor/pdns/recursordist +ADD builder-support/helpers/ /pdns/builder-support/helpers/ +RUN /pdns/builder-support/helpers/install_rust.sh + RUN mkdir /sdist ARG BUILDER_VERSION