Skip to content

Commit 1c89ebc

Browse files
committed
Make sure numpy2 is not pulled in even on aarch64
1 parent 27bd316 commit 1c89ebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ FROM "${DOCKER_HUB_PROXY}python:3.11-slim-bullseye" as python-build
3131
fi
3232

3333
cd /srv/misp-modules
34+
sed -i "s/numpy.*/numpy<2/" REQUIREMENTS
3435
echo "pyeti" >> REQUIREMENTS
3536
echo "greynoise" >> REQUIREMENTS
3637
echo "Google-Search-API" >> REQUIREMENTS

0 commit comments

Comments
 (0)