This is an automated email from the ASF dual-hosted git repository.
jeagles pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push:
new 474bb22 TEZ-4200. Precommit docker image build fails
474bb22 is described below
commit 474bb22ba124800f4bc8a505c0895babcb65f0e6
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]>
---
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