From 6ad2e5744d720e070fc4701a1fd230250abddee0 Mon Sep 17 00:00:00 2001 From: jzerick <31254143+jzerick@users.noreply.github.com> Date: Mon, 8 Oct 2018 10:57:17 -0400 Subject: [PATCH] use develop branch of libdlt rather than asyncio The ferry Dockerfile used asyncio branch of libdlt, which no longer exists. I suggest pulling from the develop branch instead. --- ferry/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ferry/Dockerfile b/ferry/Dockerfile index 3751c5f..b13fb28 100644 --- a/ferry/Dockerfile +++ b/ferry/Dockerfile @@ -26,7 +26,7 @@ RUN git clone https://github.com/datalogistics/ibp_server RUN git clone -b develop https://github.com/periscope-ps/unis RUN git clone -b develop https://github.com/periscope-ps/unisrt RUN git clone -b master https://github.com/periscope-ps/lace -RUN git clone -b asyncio https://github.com/datalogistics/libdlt +RUN git clone -b develop https://github.com/datalogistics/libdlt RUN git clone -b master https://github.com/datalogistics/wildfire-dln ADD build.sh .