tweak cyberchef size by removing zip

This commit is contained in:
t3chn0m4g3 2022-01-30 01:07:12 +00:00
parent 72289e07d6
commit 778c6c6a70
2 changed files with 1 additions and 0 deletions

View file

@ -11,6 +11,7 @@ RUN git clone https://github.com/gchq/cyberchef -b v9.32.3 . && \
npm install && \
grunt prod && \
cd build/prod && \
rm CyberChef_v9.32.3.zip && \
tar cvfz cyberchef.tgz *
#
FROM scratch AS exporter

Binary file not shown.