Skip to content

Commit

Permalink
add filebeat
Browse files Browse the repository at this point in the history
  • Loading branch information
rtancman committed Mar 24, 2016
1 parent addfae2 commit e0c73a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/Dockerfile
@@ -1 +1,5 @@
FROM django:onbuild
FROM django:onbuild

RUN echo "deb https://packages.elastic.co/beats/apt stable main" | sudo tee -a /etc/apt/sources.list.d/beats.list
RUN wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
RUN apt-get update && apt-get install -y filebeat

0 comments on commit e0c73a4

Please sign in to comment.