]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Remove autotool remants from Docker image build 17485/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 1 Jun 2026 08:56:59 +0000 (10:56 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 1 Jun 2026 08:56:59 +0000 (10:56 +0200)
Dockerfile-dnsdist

index 09edc571facf5331e5283fd7a7944cd4c404352f..6c6cc832f40f01a37b92ae53c7a2a2d5fe9ce299 100644 (file)
@@ -25,7 +25,6 @@ COPY pdns /source/pdns
 COPY build-aux /source/build-aux
 COPY m4 /source/m4
 COPY ext /source/ext
-COPY builder/helpers/set-configure-ac-version.sh /usr/local/bin
 COPY .git /source/.git
 
 # build and install (TODO: before we hit this line, rearrange /source structure if we are coming from a tarball)
@@ -39,11 +38,6 @@ ENV DOCKER_FAKE_RELEASE=${DOCKER_FAKE_RELEASE}
 
 RUN touch dnsdist.1 # avoid having to install pandoc and venv
 
-RUN if [ "${DOCKER_FAKE_RELEASE}" = "YES" ]; then \
-      BUILDER_VERSION="$(IS_RELEASE=YES BUILDER_MODULES=dnsdist ./builder-support/gen-version | sed 's/\([0-9]\+\.[0-9]\+\.[0-9]\+\(\(alpha|beta|rc\)\d\+\)\)?.*/\1/')" set-configure-ac-version.sh;\
-    fi && \
-    BUILDER_MODULES=dnsdist autoreconf -vfi
-
 RUN mkdir /quiche && cd /quiche && \
     apt-get install -y cmake curl jq libclang-dev && \
     apt-get clean && \