File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
# The following changes have been made:
3
3
#
4
4
# 1. Hadoop updated to 2.8.5
5
+ # 2. Base image updated to debian 9
5
6
6
- FROM debian:8
7
+ FROM debian:9
7
8
8
9
9
- RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
10
-
11
- RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends -t jessie-backports openjdk-8-jdk
10
+ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends openjdk-8-jdk
12
11
ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/
13
12
14
- RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends net-tools curl netcat
13
+ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends net-tools curl netcat gnupg
15
14
16
15
RUN curl -L https://dist.apache.org/repos/dist/release/hadoop/common/KEYS -o /tmp/KEYS && \
17
16
gpg --import /tmp/KEYS
You can’t perform that action at this time.
0 commit comments