This commit is contained in:
t3chn0m4g3 2024-12-06 12:52:24 +01:00
parent 35fd6da287
commit 9ce2204c4b

View file

@ -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 && \
mkdir -p /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
# rm /usr/share/kibana/node/bin/node && \