]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Install Rust in docker build env 13247/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Sep 2023 07:15:20 +0000 (09:15 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Sep 2023 07:15:20 +0000 (09:15 +0200)
Dockerfile-recursor

index 724da16fc43f8792a38f90cacab4349fdc4fbb06..9b118cd866fc00172c4f8b688684c6d46f2ee9ea 100644 (file)
@@ -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