mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
tweak cyberchef size by removing zip
This commit is contained in:
parent
72289e07d6
commit
778c6c6a70
2 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ RUN git clone https://github.com/gchq/cyberchef -b v9.32.3 . && \
|
||||||
npm install && \
|
npm install && \
|
||||||
grunt prod && \
|
grunt prod && \
|
||||||
cd build/prod && \
|
cd build/prod && \
|
||||||
|
rm CyberChef_v9.32.3.zip && \
|
||||||
tar cvfz cyberchef.tgz *
|
tar cvfz cyberchef.tgz *
|
||||||
#
|
#
|
||||||
FROM scratch AS exporter
|
FROM scratch AS exporter
|
||||||
|
|
BIN
docker/nginx/dist/html/cyberchef/cyberchef.tgz
vendored
BIN
docker/nginx/dist/html/cyberchef/cyberchef.tgz
vendored
Binary file not shown.
Loading…
Reference in a new issue