mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
cleanup
This commit is contained in:
parent
35fd6da287
commit
9ce2204c4b
1 changed files with 0 additions and 1 deletions
|
@ -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 && \
|
||||||
|
|
Loading…
Reference in a new issue