Skip to content

Commit

Permalink
NIFI-12396 Added python3-venv to Dockerfile for dockerhub
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Gyimesi <gamezbird@gmail.com>

This closes #8056
  • Loading branch information
exceptionfactory authored and lordgamez committed Nov 21, 2023
1 parent 5cf8f7d commit c4b3f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nifi-docker/dockerhub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit c4b3f20

Please sign in to comment.