Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chn0m4g3 committed Dec 6, 2024
1 parent 35fd6da commit 9ce2204
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/elk/kibana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 9ce2204

Please sign in to comment.