Checkout master instead of specific branch

Steven 2021-03-03 10:23:17 +01:00
parent f85912450a
commit eb0468812d
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \