mirror of https://github.com/MISP/misp-docker
Bump version
parent
eb15d22a84
commit
78e419c4c5
|
@ -28,6 +28,7 @@ FROM "${DOCKER_HUB_PROXY}python:3.9-slim-bullseye" as python-build
|
|||
echo "pyeti" >> REQUIREMENTS; \
|
||||
echo "greynoise" >> REQUIREMENTS; \
|
||||
echo "git+https://github.com/abenassi/Google-Search-API" >> REQUIREMENTS; \
|
||||
sed -i 's|apiosintds.*|git+https://github.com/davidonzo/apiosintDS\@misp|g' REQUIREMENTS; \
|
||||
sed -i 's/-e //g' REQUIREMENTS; \
|
||||
pip3 wheel -r REQUIREMENTS --no-cache-dir -w /wheels/
|
||||
|
||||
|
@ -60,14 +61,6 @@ FROM "${DOCKER_HUB_PROXY}python:3.9-slim-bullseye"
|
|||
RUN sed -i s/LoadLibrary\(LOAD_LIB\)/LoadLibrary\(\"\\/usr\\/local\\/lib\\/libfaupl.so\"\)/ \
|
||||
/usr/local/lib/python3.9/site-packages/pyfaup/__init__.py
|
||||
|
||||
# Remove double logging configuration from 'apiosintDS'
|
||||
RUN sed -i "/logging.basicConfig/d" \
|
||||
/usr/local/lib/python3.9/site-packages/apiosintDS/apiosintDS.py; \
|
||||
sed -i "/logging.basicConfig/d" \
|
||||
/usr/local/lib/python3.9/site-packages/apiosintDS/modules/dosearch.py; \
|
||||
sed -i "/logging.basicConfig/d" \
|
||||
/usr/local/lib/python3.9/site-packages/apiosintDS/modules/listutils.py
|
||||
|
||||
# Disable (all) warnings raised when using 'future'
|
||||
RUN sed -i '/import sys/a import warnings\nwarnings.warn = lambda *args, **kwargs: None' \
|
||||
/usr/local/bin/misp-modules
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MISP_TAG=v2.4.172
|
||||
MODULES_TAG=v2.4.172
|
||||
MISP_TAG=v2.4.173
|
||||
MODULES_TAG=v2.4.173
|
||||
PHP_VER=20190902
|
||||
# MISP_COMMIT takes precedence over MISP_TAG
|
||||
# MISP_COMMIT=c56d537
|
||||
|
|
Loading…
Reference in New Issue