mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
disable 3rd party plugins
At least one of them was corrupt on Github which seems unlikely, hence not trustworthy
This commit is contained in:
parent
eb6e877ae4
commit
d047d1edbb
1 changed files with 6 additions and 6 deletions
|
@ -35,12 +35,12 @@ RUN apk -U --no-cache add \
|
||||||
cd / && \
|
cd / && \
|
||||||
|
|
||||||
# Setup plugins, rebuild bundle
|
# Setup plugins, rebuild bundle
|
||||||
cd /usr/share/kibana/plugins && \
|
#cd /usr/share/kibana/plugins && \
|
||||||
wget https://github.com/dlumbrer/kbn_radar/releases/download/Kibana-6.X/kbn_radar.tar.gz && \
|
#wget https://github.com/dlumbrer/kbn_radar/releases/download/Kibana-6.X/kbn_radar.tar.gz && \
|
||||||
wget https://github.com/dlumbrer/kbn_network/releases/download/6.0.X-1/network_vis.tar.gz && \
|
#wget https://github.com/dlumbrer/kbn_network/releases/download/6.0.X-1/network_vis.tar.gz && \
|
||||||
tar xvfz kbn_radar.tar.gz && \
|
#tar xvfz kbn_radar.tar.gz && \
|
||||||
tar xvfz network_vis.tar.gz && \
|
#tar xvfz network_vis.tar.gz && \
|
||||||
rm *.tar.gz && \
|
#rm *.tar.gz && \
|
||||||
rm -rf /usr/share/kibana/optimize/bundles/* && \
|
rm -rf /usr/share/kibana/optimize/bundles/* && \
|
||||||
|
|
||||||
# Setup user, groups and configs
|
# Setup user, groups and configs
|
||||||
|
|
Loading…
Reference in a new issue