mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
cleanup
This commit is contained in:
@ -20,7 +20,6 @@ RUN apk --no-cache -U upgrade && \
|
|||||||
aria2c -s 16 -x 16 https://artifacts.elastic.co/downloads/kibana/kibana-$KB_VER-linux-$KB_ARCH.tar.gz && \
|
aria2c -s 16 -x 16 https://artifacts.elastic.co/downloads/kibana/kibana-$KB_VER-linux-$KB_ARCH.tar.gz && \
|
||||||
mkdir -p /usr/share/kibana && \
|
mkdir -p /usr/share/kibana && \
|
||||||
tar xvfz kibana-$KB_VER-linux-$KB_ARCH.tar.gz --strip-components=1 -C /usr/share/kibana/ && \
|
tar xvfz kibana-$KB_VER-linux-$KB_ARCH.tar.gz --strip-components=1 -C /usr/share/kibana/ && \
|
||||||
echo "hello" && \
|
|
||||||
#
|
#
|
||||||
# Kibana's bundled node does not work in build pipeline
|
# Kibana's bundled node does not work in build pipeline
|
||||||
# rm /usr/share/kibana/node/bin/node && \
|
# rm /usr/share/kibana/node/bin/node && \
|
||||||
|
Reference in New Issue
Block a user