Fix for misp-modules and python3 until it's fixed upstream - thanks to @angarod for finding/testing

pull/8/head
Ventz Petkov 2019-05-21 22:23:19 -04:00
parent 112a556905
commit b1f219c5f6
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ RUN sudo pip3 install jsonschema ; \
sudo pip3 install redis
WORKDIR /usr/local/src
RUN sudo -H git clone https://github.com/MISP/misp-modules.git ; \
RUN sudo -H git clone https://github.com/MISP/misp-modules.git
WORKDIR /usr/local/src/misp-modules
RUN sudo -H git checkout -b v2.4.104 ; \