Skip to content

Commit

Permalink
dockerfile: add required dependencies for docker build (#1271)
Browse files Browse the repository at this point in the history
Signed-off-by: Warren Fernandes <[email protected]>
  • Loading branch information
wfernandes authored and edsiper committed Apr 15, 2019
1 parent 00dd804 commit 99ef137
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ RUN apt-get update && \
libsasl2-dev \
pkg-config \
libsystemd-dev \
zlib1g-dev
zlib1g-dev \
flex \
bison

RUN mkdir -p /fluent-bit/bin /fluent-bit/etc /fluent-bit/log /tmp/src/
COPY . /tmp/src/
Expand Down

0 comments on commit 99ef137

Please sign in to comment.