From 5638e300bf6a42afe58cc84c30f77138df5d7d23 Mon Sep 17 00:00:00 2001 From: Alyssa Morrow Date: Tue, 27 Nov 2018 11:52:36 -0800 Subject: [PATCH] bump cannoli to recent branch --- cannoli/build/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cannoli/build/Dockerfile b/cannoli/build/Dockerfile index ff099f7..f90854c 100644 --- a/cannoli/build/Dockerfile +++ b/cannoli/build/Dockerfile @@ -9,8 +9,6 @@ RUN git clone https://github.com/bigdatagenomics/cannoli.git # build cannoli WORKDIR /home/cannoli -RUN git checkout 122ead2219b987bb60e5f108a2d261e056abc86e -RUN ./scripts/move_to_spark_2.sh -RUN ./scripts/move_to_scala_2.11.sh +RUN git checkout 4395e5b2e6040cbe5a24398d87ae49535fa62a23 RUN /opt/apache-maven-3.3.9/bin/mvn package -DskipTests