From 3235b22f6fe1659649539cbf835f38d12cfd07f1 Mon Sep 17 00:00:00 2001 From: TKE Date: Tue, 14 Apr 2020 11:48:55 +0200 Subject: [PATCH] added two office document to text converters +docx2txt +catdoc --- file-analysis.dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/file-analysis.dockerfile b/file-analysis.dockerfile index 11a2cf2..25cdb29 100644 --- a/file-analysis.dockerfile +++ b/file-analysis.dockerfile @@ -28,6 +28,8 @@ RUN apt-get update && apt-get install -y \ ruby \ pev \ osslsigncode \ + docx2txt \ + catdoc \ unzip ; \ rm -rf /var/lib/apt/lists/*