You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2019/03/18 14:43:01 UTC

[nifi-minifi-cpp] branch master updated (8b2fdf1 -> 38fd03d)

This is an automated email from the ASF dual-hosted git repository.

aldrin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.


    from 8b2fdf1  MINIFICPP-763: Change import for windows and add travis targets
     new f2b56a6  MINIFICPP-711: Ensure alpine uses libpython3+
     new 38fd03d  MINIFICPP-711: Fix imports and installs for Docker make target

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docker/Dockerfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


[nifi-minifi-cpp] 01/02: MINIFICPP-711: Ensure alpine uses libpython3+

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aldrin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit f2b56a6f7ec80bebce84a545cf6a2539aa9b5c78
Author: Marc Parisi <ph...@apache.org>
AuthorDate: Mon Mar 18 08:13:18 2019 -0400

    MINIFICPP-711: Ensure alpine uses libpython3+
---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 62d3a01..6ed4bf8 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -52,7 +52,7 @@ RUN apk --update --no-cache upgrade && apk --update --no-cache add gcc \
 	libressl-dev \
 	zlib-dev \
 	bzip2-dev \
-	python-dev
+	python3-dev
 
 ENV USER minificpp
 ENV MINIFI_BASE_DIR /opt/minifi


[nifi-minifi-cpp] 02/02: MINIFICPP-711: Fix imports and installs for Docker make target

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aldrin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 38fd03d4cf6e5a78af7f73c822fc531b2d563bd0
Author: Marc Parisi <ph...@apache.org>
AuthorDate: Mon Mar 18 09:50:23 2019 -0400

    MINIFICPP-711: Fix imports and installs for Docker make target
    
    This closes #516.
    
    Signed-off-by: Aldrin Piri <al...@apache.org>
---
 docker/Dockerfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6ed4bf8..c5d780e 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -47,6 +47,8 @@ RUN apk --update --no-cache upgrade && apk --update --no-cache add gcc \
 	curl-dev \
 	cmake \
 	git \
+	nss \
+	nss-dev \
 	unzip \
 	gpsd-dev \
 	libressl-dev \
@@ -97,8 +99,10 @@ RUN apk --update --no-cache upgrade && apk add --update --no-cache \
 	gpsd \
 	openjdk8-jre-base \
 	openjdk8 \
+	nss \
+	nss-dev \
 	libressl \
-	python \
+	python3 \
 	zlib
 
 # Start MiNiFi CPP in the foreground