You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2019/12/11 16:59:29 UTC

[hadoop] branch branch-3.2 updated: HADOOP-16754. Fix docker failed to build yetus/hadoop.

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

stevel pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 0f25cbb  HADOOP-16754. Fix docker failed to build yetus/hadoop.
0f25cbb is described below

commit 0f25cbbb251002a87ff48686eba3a427fc6d06f8
Author: Kevin Su <pi...@gmail.com>
AuthorDate: Wed Dec 11 16:55:05 2019 +0000

    HADOOP-16754. Fix docker failed to build yetus/hadoop.
    
    Contributed by Kevin Su.
    
    Change-Id: Ie9cf27b7a7ba5923405f24d39b95b0248f3718b7
---
 dev-support/docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 67140c9..9a4fe9a 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -147,9 +147,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/*
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org