Add gpg dependency

This commit is contained in:
bwisn 2022-02-01 14:42:00 +01:00 committed by XECDesign
parent 8862e4d9ff
commit 724820051c
3 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ RUN apt-get -y update && \
git vim parted \
quilt coreutils qemu-user-static debootstrap zerofree zip dosfstools \
libarchive-tools libcap2-bin rsync grep udev xz-utils curl xxd file kmod bc\
binfmt-support ca-certificates qemu-utils kpartx fdisk \
binfmt-support ca-certificates qemu-utils kpartx fdisk gpg \
&& rm -rf /var/lib/apt/lists/*
COPY . /pi-gen/

View File

@ -15,7 +15,7 @@ To install the required dependencies for `pi-gen` you should run:
```bash
apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip \
dosfstools libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc \
qemu-utils kpartx
qemu-utils kpartx gpg
```
The file `depends` contains a list of tools needed. The format of this

View File

@ -19,3 +19,4 @@ lsmod:kmod
bc
qemu-nbd:qemu-utils
kpartx
gpg