add: in docker image I need procps and lsof
This commit is contained in:
parent
33a07557dc
commit
5e1b2dd071
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ RUN apt-get -y update && \
|
||||||
quilt coreutils qemu-user-static debootstrap zerofree zip dosfstools \
|
quilt coreutils qemu-user-static debootstrap zerofree zip dosfstools \
|
||||||
libarchive-tools libcap2-bin rsync grep udev xz-utils curl xxd file kmod bc\
|
libarchive-tools libcap2-bin rsync grep udev xz-utils curl xxd file kmod bc\
|
||||||
binfmt-support ca-certificates qemu-utils kpartx fdisk gpg pigz\
|
binfmt-support ca-certificates qemu-utils kpartx fdisk gpg pigz\
|
||||||
|
procps lsof\
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY . /pi-gen/
|
COPY . /pi-gen/
|
||||||
|
|
Loading…
Reference in a new issue