You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2020/10/28 23:54:21 UTC

[incubator-heron] 01/01: adding py3 venv

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

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

commit ecd2b034c091de7697c860886d88deda9d19409e
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Wed Oct 28 18:53:48 2020 -0500

    adding py3 venv
---
 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 \