summaryrefslogtreecommitdiff
path: root/ci-gnurl/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci-gnurl/Dockerfile')
-rw-r--r--ci-gnurl/Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci-gnurl/Dockerfile b/ci-gnurl/Dockerfile
new file mode 100644
index 000000000..3c983213c
--- /dev/null
+++ b/ci-gnurl/Dockerfile
@@ -0,0 +1,8 @@
+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