Skip to content

Commit

Permalink
docker: linux-image: add gnupg to local deps
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Guillaume Desmottes committed May 3, 2020
1 parent b5509fc commit 4d6d987
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 4d6d987

Please sign in to comment.