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 432f557dd5ab9eb5a4c5e960a84ad4b45a3a43b1 Author: Nicholas Nezis <[email protected]> AuthorDate: Fri Jan 31 22:48:42 2020 -0500 Updated Ubuntu 14.04 Dockerfile --- docker/compile/Dockerfile.ubuntu14.04 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker/compile/Dockerfile.ubuntu14.04 b/docker/compile/Dockerfile.ubuntu14.04 index 2d63357..52d913d 100644 --- a/docker/compile/Dockerfile.ubuntu14.04 +++ b/docker/compile/Dockerfile.ubuntu14.04 @@ -19,7 +19,7 @@ FROM ubuntu:14.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 install -y software-properties-common @@ -34,9 +34,6 @@ RUN apt-get update && apt-get -y install \ git \ libtool \ python-dev \ - python3-dev \ - python3-software-properties \ - python3-setuptools \ zip \ unzip \ wget \
