Skip to content

Commit

Permalink
Install gnupg2 for Docker tests (closes #187) (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
natanlao authored and philloooo committed Dec 5, 2018
1 parent 4143051 commit ad84d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TestDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# in a self contained environment
FROM python:2-slim

RUN apt-get update && apt-get install -y gnupg2
RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee /etc/apt/sources.list.d/webupd8team-java.list \
&& echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list \
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886 \
Expand Down

0 comments on commit ad84d48

Please sign in to comment.