Browse Source

HADOOP-16754. Fix docker failed to build yetus/hadoop

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
pingsutw 5 years ago
parent
commit
8ebaf02db3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev-support/docker/Dockerfile

+ 2 - 2
dev-support/docker/Dockerfile

@@ -162,9 +162,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/*