Fixate to misp-modules 2.4.134

Avoid running into https://github.com/MISP/misp-modules/issues/453 ; which blocks deployment of Docker container.
Koen Van Impe 2020-12-04 14:35:54 +01:00
parent fe086412b3
commit 9e6844ba29
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 https://github.com/MISP/misp-modules.git
RUN git clone --branch v2.4.134 https://github.com/MISP/misp-modules.git
RUN cd misp-modules && \
pip3 install --upgrade pip setuptools wheel && \
pip3 install scikit-build && \