You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ph...@apache.org on 2018/02/01 19:18:12 UTC

[3/5] nifi-minifi-cpp git commit: MINIFICPP-389 Added missing flex-dev dependency to prevent FlexLexer.h compilation error in docker build

MINIFICPP-389 Added missing flex-dev dependency to prevent FlexLexer.h compilation error in docker build

This closes #254.

Signed-off-by: Marc Parisi <ph...@apache.org>


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 <ac...@hortonworks.com>
Authored: Wed Jan 31 12:56:16 2018 -0500
Committer: Marc Parisi <ph...@apache.org>
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 \