MINIFICPP-389 Added missing flex-dev dependency to prevent FlexLexer.h compilation error in docker build
This closes #254. Signed-off-by: Marc Parisi <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/ccbfd3a2 Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/ccbfd3a2 Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/ccbfd3a2 Branch: refs/heads/master Commit: ccbfd3a2e8c1e5e51df2b782860c5f8139cac9a6 Parents: 6becb75 Author: Andrew I. Christianson <[email protected]> Authored: Wed Jan 31 12:56:16 2018 -0500 Committer: Marc Parisi <[email protected]> Committed: Thu Feb 1 13:50:38 2018 -0500 ---------------------------------------------------------------------- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/ccbfd3a2/docker/Dockerfile ---------------------------------------------------------------------- diff --git a/docker/Dockerfile b/docker/Dockerfile index 72ca40f..6d0097d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -32,6 +32,7 @@ RUN apk --update --no-cache upgrade && apk --update --no-cache add gcc \ make \ bison \ flex \ + flex-dev \ wget \ gdb \ musl-dev \
