added two office document to text converters

+docx2txt
+catdoc
This commit is contained in:
TKE
2020-04-14 11:48:55 +02:00
parent a2dc16730a
commit 3235b22f6f

View File

@@ -28,6 +28,8 @@ RUN apt-get update && apt-get install -y \
ruby \
pev \
osslsigncode \
docx2txt \
catdoc \
unzip ; \
rm -rf /var/lib/apt/lists/*