from debian:stretch

# Install build tools
RUN apt-get update && apt-get install -y git make automake autopoint autoconf

# We need at least gnutls-dane-3.5.13 groff-1.22.3 libidn-1.33 libtool-2.4.6 perl-5.26.0 pkg-config-0.29.2 python-2.7.13 zlib-1.2.11
# at least that's my Guix package building.
RUN apt-get update && apt-get install -y libltdl-dev libidn11-dev libgnutls28-dev perl pkg-config groff python2.7 python2.7-dev