From dff6dc8b0bf0fcb11a01295da644aa6c6ac62d47 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 5 Dec 2017 16:17:35 +0700 Subject: [PATCH] Install curl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6214a0f..1402ef6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /root RUN apt-get update -RUN apt-get install -y git build-essential cmake sudo libcurl4-openssl-dev +RUN apt-get install -y git build-essential cmake sudo libcurl4-openssl-dev curl RUN git clone https://github.com/nanomsg/nanomsg && \ cd nanomsg && \