Skip to content

Commit

Permalink
Merge #403
Browse files Browse the repository at this point in the history
403: docker: linux-image: add gnupg to local deps r=reitermarkus a=gdesmott

It's needed when generating an image based on Ubuntu 18.04 or Debian
Buster. Adding it makes it easier for users to create such image as they
can just re-use the existing script without having to modify it.
It doesn't matter when building with Ubuntu 16.04 as the package is
already present in the base image so it's just skipped.

Co-authored-by: Guillaume Desmottes <[email protected]>
  • Loading branch information
bors[bot] and Guillaume Desmottes authored May 4, 2020
2 parents b5509fc + 4d6d987 commit 5315007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/linux-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ main() {
local dependencies=(
cpio
sharutils
gnupg
)

local purge_list=()
Expand Down

0 comments on commit 5315007

Please sign in to comment.