POSCA docker-compose adapting
[bottlenecks.git] / docker / bottleneck-compose / kibana / Dockerfile
diff --git a/docker/bottleneck-compose/kibana/Dockerfile b/docker/bottleneck-compose/kibana/Dockerfile
new file mode 100644 (file)
index 0000000..50c72bb
--- /dev/null
@@ -0,0 +1,10 @@
+FROM kibana:4.6.1
+
+RUN apt-get update && apt-get install -y netcat
+
+COPY entrypoint.sh /tmp/entrypoint.sh
+RUN chmod +x /tmp/entrypoint.sh
+
+RUN kibana plugin --install elastic/sense
+
+CMD ["/tmp/entrypoint.sh"]