From 7d23aaedb9f4af8c66139e3c894d89a1a84c8d1b Mon Sep 17 00:00:00 2001 From: Tobias Kessels Date: Sun, 5 May 2019 19:11:13 +0200 Subject: [PATCH] frooze pyparsing to version 2.3.0 for vipermonkey --- file-analysis.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file-analysis.dockerfile b/file-analysis.dockerfile index 422bbdf..ebae3c9 100644 --- a/file-analysis.dockerfile +++ b/file-analysis.dockerfile @@ -26,7 +26,7 @@ RUN pip install pylibemu RUN pip install -U https://github.com/decalage2/ViperMonkey/archive/master.zip RUN pip install -U https://github.com/decalage2/oletools/archive/master.zip RUN apt-get update && apt-get install -y exiftool ; rm -rf /var/lib/apt/lists/* - +RUN pip uninstall pyparsing && pip install pyparsing==2.3.0 RUN chmod +x /opt/didierstevenssuite/*py RUN ln -s /opt/peepdf/peepdf.py /bin/peepdf.py RUN chmod +x /bin/peepdf.py