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

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

commit eeecbf881a29a5600e0c840eb6931865b00c8186
Author: Nicholas Nezis <nicholas.ne...@gmail.com>
AuthorDate: Sat Feb 1 22:24:19 2020 -0500

    Updated Ubuntu 16.04 Dockerfile
---
 docker/compile/Dockerfile.ubuntu16.04 | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/docker/compile/Dockerfile.ubuntu16.04 
b/docker/compile/Dockerfile.ubuntu16.04
index 510f59f..fc7ce78 100644
--- a/docker/compile/Dockerfile.ubuntu16.04
+++ b/docker/compile/Dockerfile.ubuntu16.04
@@ -19,7 +19,7 @@ FROM ubuntu:16.04
 
 # This is passed to the heron build command via the --config flag
 ENV TARGET_PLATFORM ubuntu
-ENV bazelVersion 0.26.0
+ENV bazelVersion 2.0.0
 
 RUN apt-get update && apt-get -y install \
       automake \
@@ -32,10 +32,6 @@ RUN apt-get update && apt-get -y install \
       libunwind8 \
       libunwind-setjmp0-dev \
       python-dev \
-      python3-dev \
-      python3-software-properties \
-      software-properties-common \
-      python3-setuptools \
       tree \
       zip \
       unzip \

Reply via email to