test docker file update - r3lib appropriate commit was checked out

This commit is contained in:
Marko Budiselic 2016-05-14 20:48:10 +02:00
parent 84e40c9061
commit 75300ecebd

View File

@ -16,6 +16,7 @@ RUN git submodule update --init
# install r3
WORKDIR /memgraph/src/speedy/r3
RUN git checkout 28726b27af3cd0a9d3166033c6619a9c7227cb48
RUN ./autogen.sh && ./configure && make
# install libuv