mirror of https://github.com/MISP/docker-misp
Fix for misp-modules and python3 until it's fixed upstream - thanks to @angarod for finding/testing
parent
112a556905
commit
b1f219c5f6
|
@ -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 ; \
|
||||
|
|
Loading…
Reference in New Issue