]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Install cargo for the sdist step as well now that configure expects it 13458/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 7 Nov 2023 10:39:53 +0000 (11:39 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 7 Nov 2023 10:39:53 +0000 (11:39 +0100)
builder-support/dockerfiles/Dockerfile.recursor

index 2a37f3e9bc8d5c986b96ec0e727ccbc4490f5bc7..088df9710c23bd80b0c037fb74abc886d078a22b 100644 (file)
@@ -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