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 Apr 7, 2020
1 parent 47f325a commit 2bf81d1
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 @@ -90,6 +90,7 @@ main() {
local dependencies=(
cpio
sharutils
gnupg
)

local purge_list=()
Expand Down

0 comments on commit 2bf81d1

Please sign in to comment.