added libreoffice and some basic file analysis tools
ci/woodpecker/push/main Pipeline failed Details

main
Johannes Bülow 2024-02-01 20:41:02 +01:00
parent 5750c16414
commit 5acef82d15
Signed by untrusted user who does not match committer: jmb
GPG Key ID: B56971CF7B8F83A6
1 changed files with 5 additions and 0 deletions

View File

@ -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