Skip to content

Commit

Permalink
Make sure numpy2 is not pulled in even on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
ostefano committed Jul 9, 2024
1 parent 27bd316 commit 1c89ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ FROM "${DOCKER_HUB_PROXY}python:3.11-slim-bullseye" as python-build
fi

cd /srv/misp-modules
sed -i "s/numpy.*/numpy<2/" REQUIREMENTS
echo "pyeti" >> REQUIREMENTS
echo "greynoise" >> REQUIREMENTS
echo "Google-Search-API" >> REQUIREMENTS
Expand Down

0 comments on commit 1c89ebc

Please sign in to comment.