From 1ff46f703e1cc99bafaf2a381e1db1ec2f3cf86d Mon Sep 17 00:00:00 2001 From: Tobias Kessels Date: Wed, 16 Oct 2019 10:18:56 +0200 Subject: [PATCH] added libreoffice to default dockerfile --- file-analysis.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/file-analysis.dockerfile b/file-analysis.dockerfile index e8ea128..73170a8 100644 --- a/file-analysis.dockerfile +++ b/file-analysis.dockerfile @@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \ mpack \ python-yara \ exiftool \ + libreoffice \ unzip ; \ rm -rf /var/lib/apt/lists/*