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

Contributed by Kevin Su.

Change-Id: Ie9cf27b7a7ba5923405f24d39b95b0248f3718b7
This commit is contained in:
Kevin Su 2019-12-11 16:55:05 +00:00 committed by Steve Loughran
parent c2e9783d5f
commit e573ea4908
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
1 changed files with 2 additions and 2 deletions

View File

@ -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/*