added libreoffice and some basic file analysis tools
ci/woodpecker/push/main Pipeline failed
Details
ci/woodpecker/push/main Pipeline failed
Details
parent
5750c16414
commit
5acef82d15
|
@ -4,4 +4,9 @@ RUN mkdir /home/abc && chown -R abc:abc /home/abc && usermod -d /home/abc abc
|
||||||
ENV HOME=/home/abc \
|
ENV HOME=/home/abc \
|
||||||
START_DOCKER=false
|
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
|
EXPOSE 3000 3001
|
||||||
|
|
Loading…
Reference in New Issue