diff --git a/README_filecheck.md b/README_filecheck.md index 23b718b..44fcf10 100644 --- a/README_filecheck.md +++ b/README_filecheck.md @@ -51,7 +51,7 @@ It will be used for the build environment and the final image. apt-get update apt-get dist-upgrade apt-get autoremove - apt-get install p7zip-full python-dev libxml2-dev libxslt1-dev pmount + apt-get install p7zip-full python-dev libxml2-dev libxslt1-dev pmount python-setuptools libtiff4-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev python-tk ``` * Install python requirements @@ -60,6 +60,8 @@ It will be used for the build environment and the final image. pip install lxml pip install oletools olefile pip install officedissector + pip install exifread + pip install Pillow pip install git+https://github.com/Rafiot/python-magic.git@travis pip install git+https://github.com/CIRCL/PyCIRCLean.git ```