add dependencies build to docker image

This commit is contained in:
Federico Ficarelli
2017-08-31 13:14:36 +02:00
parent 361ef3103b
commit 44cb68867e

View File

@@ -32,6 +32,10 @@ RUN ./configure --prefix=/usr
RUN make
RUN make install
RUN git clone https://github.com/google/or-tools /root/or-tools
WORKDIR /root/or-tools
RUN make third_party
ADD build-manylinux1.sh /root
WORKDIR /root