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)
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 && \