diff --git a/Dockerfile b/Dockerfile index 0212e30f9..47d6207df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,7 +89,7 @@ COPY sup/* /quip/web/sup/ # download caMicroscope WORKDIR /quip/web RUN git clone https://github.com/camicroscope/caMicroscope.git --branch=v3.4.1 -RUN git clone https://github.com/SBU-BMI/FeatureMap --branch=1.0.4 +RUN git clone https://github.com/SBU-BMI/FeatureMap --branch=2.0 RUN rm /etc/httpd/conf.d/ssl.conf RUN chmod 755 /root/run.sh RUN yum update -y && yum clean all