FROM fedora:latest LABEL maintainer "Tim Rühsen " 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