frooze pyparsing to version 2.3.0 for vipermonkey

This commit is contained in:
Tobias Kessels
2019-05-05 19:11:13 +02:00
parent 4c39f2933d
commit 7d23aaedb9

View File

@@ -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/ViperMonkey/archive/master.zip
RUN pip install -U https://github.com/decalage2/oletools/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 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 chmod +x /opt/didierstevenssuite/*py
RUN ln -s /opt/peepdf/peepdf.py /bin/peepdf.py RUN ln -s /opt/peepdf/peepdf.py /bin/peepdf.py
RUN chmod +x /bin/peepdf.py RUN chmod +x /bin/peepdf.py