We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bd316 commit 1c89ebcCopy full SHA for 1c89ebc
modules/Dockerfile
@@ -31,6 +31,7 @@ FROM "${DOCKER_HUB_PROXY}python:3.11-slim-bullseye" as python-build
31
fi
32
33
cd /srv/misp-modules
34
+ sed -i "s/numpy.*/numpy<2/" REQUIREMENTS
35
echo "pyeti" >> REQUIREMENTS
36
echo "greynoise" >> REQUIREMENTS
37
echo "Google-Search-API" >> REQUIREMENTS
0 commit comments