Explorar el Código

Add missing dependency.

pull/64/head
Luigi Cruz hace 3 años
padre
commit
46cb3daec0
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. +1
    -1
      Dockerfile
  2. +1
    -0
      depends

+ 1
- 1
Dockerfile Ver fichero

@@ -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 \
binfmt-support ca-certificates qemu-utils kpartx util-linux \
&& rm -rf /var/lib/apt/lists/*

COPY . /pi-gen/


+ 1
- 0
depends Ver fichero

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

Cargando…
Cancelar
Guardar