This is an automated email from the ASF dual-hosted git repository.
vinayakumarb pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop-thirdparty.git
The following commit(s) were added to refs/heads/trunk by this push:
new d0e9043 HADOOP-16824. port HADOOP-16754 (Fix docker failed to build
yetus/hadoop) to thirdparty Dockerfile (#4)
d0e9043 is described below
commit d0e90430daafa9bd27d8fa71560a99fc473533f8
Author: Vinayakumar B <[email protected]>
AuthorDate: Wed Jan 22 15:40:11 2020 +0530
HADOOP-16824. port HADOOP-16754 (Fix docker failed to build yetus/hadoop)
to thirdparty Dockerfile (#4)
---
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 657c223..5704bfc 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: [email protected]
For additional commands, e-mail: [email protected]