This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch nicknezis/python-container-cleanup in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 6c42a3493d2438bd11e3e2fe62075530cc27aff3 Author: Nicholas Nezis <[email protected]> AuthorDate: Thu Aug 6 23:11:44 2020 +0000 Initial commit --- docker/compile/Dockerfile.ubuntu20.04 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/compile/Dockerfile.ubuntu20.04 b/docker/compile/Dockerfile.ubuntu20.04 index e4662cd..430e8c1 100644 --- a/docker/compile/Dockerfile.ubuntu20.04 +++ b/docker/compile/Dockerfile.ubuntu20.04 @@ -31,12 +31,13 @@ RUN apt-get update && apt-get -y install \ libunwind8 \ libcppunit-dev \ patch \ + python3 \ python3-dev \ - python \ + python3-pip \ + python-is-python3 \ pkg-config \ wget \ zip \ - virtualenv \ unzip \ git \ curl \
