Browse Source

Install curl

priv
Luke Childs 7 years ago
parent
commit
dff6dc8b0b
  1. 2
      Dockerfile

2
Dockerfile

@ -6,7 +6,7 @@ WORKDIR /root
RUN apt-get update 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 && \ RUN git clone https://github.com/nanomsg/nanomsg && \
cd nanomsg && \ cd nanomsg && \

Loading…
Cancel
Save