From 5acef82d15d1d92d621fd0032eb086d2d2ca4d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20B=C3=BClow?= Date: Thu, 1 Feb 2024 20:41:02 +0100 Subject: [PATCH] added libreoffice and some basic file analysis tools --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index c17a114..9569958 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,9 @@ RUN mkdir /home/abc && chown -R abc:abc /home/abc && usermod -d /home/abc abc ENV HOME=/home/abc \ START_DOCKER=false +RUN apk add --no-cache --no-interactive \ + libreoffice firefox-intl py3-oletools py3-oletools-pyc npm msitools yara curl zip unzip 7zip \ + npm file +RUN apk remove --no-interactive docker + EXPOSE 3000 3001