From e86d52b349c89b661b81a80ba99e7667b3e9c17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kalle=20M=C3=B8ller?= Date: Fri, 6 Jul 2018 10:34:01 +0200 Subject: [PATCH] Adding file to packages Build a clean image, but build.sh complains that 'file' is missing from the system. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e4264f..22797d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get -y update && \ apt-get -y install \ git vim parted \ quilt realpath qemu-user-static debootstrap zerofree pxz zip dosfstools \ - bsdtar libcap2-bin rsync grep udev xz-utils curl xxd \ + bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file \ && rm -rf /var/lib/apt/lists/* COPY . /pi-gen/