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

lordgamez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new c4b3f20972 NIFI-12396 Added python3-venv to Dockerfile for dockerhub
c4b3f20972 is described below

commit c4b3f20972424b93cb0bfd10045fb1dc9cc95065
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Tue Nov 21 09:15:27 2023 -0600

    NIFI-12396 Added python3-venv to Dockerfile for dockerhub
    
    Signed-off-by: Gabor Gyimesi <gamezb...@gmail.com>
    
    This closes #8056
---
 nifi-docker/dockerhub/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nifi-docker/dockerhub/Dockerfile b/nifi-docker/dockerhub/Dockerfile
index 70442f8854..8aa21edee3 100644
--- a/nifi-docker/dockerhub/Dockerfile
+++ b/nifi-docker/dockerhub/Dockerfile
@@ -53,6 +53,7 @@ RUN groupadd -g ${GID} nifi || groupmod -n nifi `getent group 
${GID} | cut -d: -
     && apt-get install -y jq xmlstarlet procps unzip \
     && apt-get install -y python3 \
     && apt-get install -y python3-pip \
+    && apt-get install -y python3-venv \
     && apt-get -y autoremove \
     && apt-get clean autoclean \
     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Reply via email to