From 30ef2a39eccb7f3474fee6d04cbc13e2312edd61 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 13 Sep 2023 09:15:20 +0200 Subject: [PATCH] Install Rust in docker build env --- Dockerfile-recursor | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile-recursor b/Dockerfile-recursor index 724da16fc4..9b118cd866 100644 --- a/Dockerfile-recursor +++ b/Dockerfile-recursor @@ -28,6 +28,9 @@ COPY ext /source/ext COPY .git /source/.git COPY builder/helpers/set-configure-ac-version.sh /usr/local/bin +COPY builder-support/helpers/install_rust.sh /source/install_rust.sh +RUN /source/install_rust.sh + # build and install (TODO: before we hit this line, rearrange /source structure if we are coming from a tarball) WORKDIR /source/pdns/recursordist -- 2.47.2