Adding file to packages

Build a clean image, but build.sh complains that 'file' is missing from the system.
このコミットが含まれているのは:
Kalle Møller 2018-07-06 10:34:01 +02:00 committed by GitHub
コミット e86d52b349
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23

ファイルの表示

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