Skip to content

Commit

Permalink
install missing gnupg2 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dzen committed Jul 18, 2017
1 parent 3777e0a commit 862402d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ChangeLog
5.2 (unreleased)
----------------

- Nothing changed yet.
- Adds gnupg2 to allow grocker to build stretch images.


5.1 (2017-06-07)
Expand Down
2 changes: 1 addition & 1 deletion src/grocker/resources/docker/root-image/provision.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ EOF

{% if repositories %}
apt update
apt install -qy apt-transport-https
apt install -qy apt-transport-https gnupg2

{% for name, desc in repositories.items() %}
apt-key add - <<EOF
Expand Down

0 comments on commit 862402d

Please sign in to comment.