diff --git a/Dockerfile.processor b/Dockerfile.processor index e32eabb..d1bee05 100644 --- a/Dockerfile.processor +++ b/Dockerfile.processor @@ -135,6 +135,7 @@ RUN apt-get update && apt-get install -y wget gnupg apt-utils software-propertie #&& ./configure --prefix=/usr \ #&& make all install \ #&& rm -rf /opt/rifiuti2 + && update-alternatives --install /usr/bin/rifiuti rifiuti /usr/bin/rifiuti2 1 \ && echo "#####################################" \ && echo "Instal ImageMagik" \ && cd /opt \ diff --git a/README.md b/README.md index 501de0b..bb88903 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ docker run --rm -it -e TZ="Europe/Berlin" -e iped_locale="de-DE" \ -v /mnt/Downloaded_Hashesdb:/mnt/hashesdb \ -v /mnt/Downloaded_Vosk_Model:/root/IPED/iped/models/vosk/de-DE -v /conf/YourNERConfig.txt:/root/IPED/iped/conf/NamedEntityRecognitionConfig.txt - ipeddocker/iped:processor_4.0.6_3 java -jar iped.jar --nogui \ + ipeddocker/iped:processor java -jar iped.jar --nogui \ -d /evidences/test/test.dd \ -o /evidences/test/iped-output