Skip to content

Commit

Permalink
added gpg key for hadoop check
Browse files Browse the repository at this point in the history
  • Loading branch information
earthquakesan committed May 11, 2016
1 parent 5ef4c39 commit 3ff990e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
4A6AC5C675B6155682729C9E08D51A0A7501105C \
8B44A05C308955D191956559A5CEE20A90348D47

RUN gpg --keyserver pool.sks-keyservers.net --recv-key C36C5F0F

ENV HADOOP_VERSION 2.7.1
ENV HADOOP_URL https://www.apache.org/dist/hadoop/common/hadoop-$HADOOP_VERSION/hadoop-$HADOOP_VERSION.tar.gz
RUN set -x \
Expand Down

0 comments on commit 3ff990e

Please sign in to comment.