From eb0468812d17486da81ecfe072130ba2051a148f Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 3 Mar 2021 10:23:17 +0100 Subject: [PATCH] Checkout master instead of specific branch --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 3578938..3d57533 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -137,7 +137,7 @@ RUN sudo -E apt-get -y install libpoppler73 libpoppler-dev libpoppler-cpp-dev # Install MISP Modules WORKDIR /opt -RUN git clone --branch v2.4.134 https://github.com/MISP/misp-modules.git +RUN git clone https://github.com/MISP/misp-modules.git RUN cd misp-modules && \ pip3 install --upgrade pip setuptools wheel && \ pip3 install scikit-build && \