You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2020/10/30 18:57:59 UTC

[incubator-heron] branch master updated: Adding python3-venv to Debian image (#3625)

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

nicknezis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new aa292ef  Adding python3-venv to Debian image (#3625)
aa292ef is described below

commit aa292eff6f548247ab8e0dff5b4586fce4b445c2
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Fri Oct 30 13:57:51 2020 -0500

    Adding python3-venv to Debian image (#3625)
---
 docker/compile/Dockerfile.debian10 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/compile/Dockerfile.debian10 b/docker/compile/Dockerfile.debian10
index f1f9649..0188ec6 100644
--- a/docker/compile/Dockerfile.debian10
+++ b/docker/compile/Dockerfile.debian10
@@ -36,6 +36,7 @@ RUN apt-get update && apt-get -y install \
       python3 \
       python3-dev \
       python3-setuptools \
+      python3-venv \
       software-properties-common \
       tree \
       unzip \