Here is a Dockerfile for reproducing the issue on Fedora 30.

docker build ...
docker run ...

git clone https://gitlab.com/gnuwget/wget2.git
cd wget2
git checkout tmp-stuff
./bootstrap
./configure
make syntax-check


Regards, Tim
FROM fedora:latest

LABEL maintainer "Tim Rühsen <tim.rueh...@gmx.de>"

WORKDIR /usr/local

RUN dnf update -y
RUN dnf install -y --allowerasing \
        git \
        make \
        gcc \
        coreutils \
        autoconf \
        libtool \
        gettext-devel \
        automake \
        autogen \
        python \
        valgrind \
        libunistring-devel \
        flex \
        gnutls-devel \
        libpsl-devel \
        libnghttp2-devel \
        zlib-devel \
        libidn2-devel \
        bzip2-devel \
        xz-devel \
        libmicrohttpd-devel \
        gperf \
        lzip \
        rsync \
        pandoc \
        texinfo \
        perl-IO-Socket-SSL \
        perl-HTTP-Daemon \
        gpgme-devel \
        ccache \
        which

RUN git clone https://git.savannah.gnu.org/git/gnulib.git
ENV GNULIB_SRCDIR /usr/local/gnulib

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to