added pdf-origami

ruby package and origami gem added to get tools like pdfcop and 
pdfextract
This commit is contained in:
Tobias Kessels
2019-10-16 11:17:24 +02:00
parent f4bb4731f0
commit 9aab0c2205

View File

@@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -y \
python-yara \ python-yara \
exiftool \ exiftool \
libreoffice \ libreoffice \
ruby \
unzip ; \ unzip ; \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
@@ -32,6 +33,7 @@ RUN git clone https://github.com/buffer/libemu.git ; cd libemu ; autoreconf -v -
RUN pip install pylibemu 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 gem install origami
RUN yes | pip uninstall pyparsing ; pip install pyparsing==2.3.0 RUN yes | 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