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

jeagles pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 4e5e41a  TEZ-4200. Precommit docker image build fails
4e5e41a is described below

commit 4e5e41ad667a7ff8b52a49ea9ffe112f3e06b68a
Author: Mustafa Iman <[email protected]>
AuthorDate: Tue Jul 14 17:13:16 2020 -0500

    TEZ-4200. Precommit docker image build fails
    
    Signed-off-by: Jonathan Eagles <[email protected]>
    (cherry picked from commit 474bb22ba124800f4bc8a505c0895babcb65f0e6)
---
 build-tools/docker/Dockerfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/build-tools/docker/Dockerfile b/build-tools/docker/Dockerfile
index 1edd8ae..143861d 100644
--- a/build-tools/docker/Dockerfile
+++ b/build-tools/docker/Dockerfile
@@ -18,7 +18,7 @@
 # Dockerfile for installing the necessary dependencies for building Hadoop.
 # See BUILDING.txt.
 
-FROM ubuntu:xenial
+FROM ubuntu:bionic
 
 WORKDIR /root
 
@@ -55,7 +55,6 @@ RUN apt-get -q update \
         git \
         gnupg-agent \
         libbz2-dev \
-        libcurl4-openssl-dev \
         libfuse-dev \
         libprotobuf-dev \
         libprotoc-dev \
@@ -75,7 +74,6 @@ RUN apt-get -q update \
         python-wheel \
         rsync \
         software-properties-common \
-        snappy \
         sudo \
         valgrind \
         zlib1g-dev \
@@ -180,7 +178,6 @@ RUN apt-get -q update \
     && apt-get install -y --no-install-recommends nodejs npm \
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/* \
-    && ln -s /usr/bin/nodejs /usr/bin/node \
     && npm install npm@latest -g \
     && npm install -g jshint
 

Reply via email to