moved exiftool to main apt install block

This commit is contained in:
Tobias Kessels
2019-10-16 09:19:44 +02:00
parent bea2f6c743
commit a0830565c5

View File

@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \
language-pack-de \ language-pack-de \
mpack \ mpack \
python-yara \ python-yara \
exiftool \
unzip ; \ unzip ; \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
@@ -30,7 +31,6 @@ 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 apt-get update && apt-get install -y exiftool ; rm -rf /var/lib/apt/lists/*
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