Skip to content

Commit

Permalink
added gnupg from debian 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Giannis Mouchakis committed May 7, 2019
1 parent 9d1b0e7 commit 7aee872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAINTAINER Giannis Mouchakis <[email protected]>
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends openjdk-8-jdk
ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends net-tools curl netcat
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends net-tools curl netcat gnupg

RUN curl -O https://dist.apache.org/repos/dist/release/hadoop/common/KEYS

Expand Down

0 comments on commit 7aee872

Please sign in to comment.