From: Otto Moerbeek Date: Wed, 13 Sep 2023 07:15:20 +0000 (+0200) Subject: Install Rust in docker build env X-Git-Tag: rec-5.0.0-alpha1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13247%2Fhead;p=thirdparty%2Fpdns.git Install Rust in docker build env --- 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