You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2019/12/13 19:18:42 UTC

[tez] branch branch-0.9 updated: TEZ-4107. PreCommit-TEZ-Build fails - Docker failed to build yetus/tez

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 968870a  TEZ-4107. PreCommit-TEZ-Build fails - Docker failed to build yetus/tez
968870a is described below

commit 968870a33430fb6f19b44836f9b0c41640950fbf
Author: László Bodor <bo...@gmail.com>
AuthorDate: Fri Dec 13 13:17:03 2019 -0600

    TEZ-4107. PreCommit-TEZ-Build fails - Docker failed to build yetus/tez
    
    Signed-off-by: Jonathan Eagles <je...@apache.org>
    (cherry picked from commit c9358108b411c6d168943853bbec3fd7c356e770)
---
 build-tools/docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-tools/docker/Dockerfile b/build-tools/docker/Dockerfile
index 8d76861..1edd8ae 100644
--- a/build-tools/docker/Dockerfile
+++ b/build-tools/docker/Dockerfile
@@ -146,9 +146,9 @@ ENV FINDBUGS_HOME /usr
 # Install shellcheck (0.4.6, the latest as of 2017-09-26)
 ####
 # hadolint ignore=DL3008
-RUN add-apt-repository -y ppa:jonathonf/ghc-8.0.2 \
+RUN add-apt-repository -y ppa:hvr/ghc \
     && apt-get -q update \
-    && apt-get -q install -y --no-install-recommends shellcheck \
+    && apt-get -q install -y --no-install-recommends shellcheck ghc-8.0.2 \
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/*