Merge: Ci: move services to specific hostnames
[nit.git] / misc / docker / Dockerfile
index ee34149..b32af8c 100644 (file)
@@ -1,6 +1,6 @@
 # This is a basic install of Nit on a debian base.
 
-FROM debian:jessie
+FROM debian:stretch
 MAINTAINER Jean Privat <jean@pryen.org>
 
 # Install dependencies
@@ -16,6 +16,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
                git \
                ca-certificates \
                curl \
+               libcurl4-openssl-dev \
                # For nit manpages :)
                man \
        && rm -rf /var/lib/apt/lists/*