Adding file to packages

Build a clean image, but build.sh complains that 'file' is missing from the system.
pull/196/head
Kalle Møller 2018-07-06 10:34:01 +02:00 committed by GitHub
parent 07bb3bdc7d
commit e86d52b349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/