Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ FROM ${BASE_IMAGE}

ENV DEBIAN_FRONTEND=noninteractive

COPY . /pi-gen/

RUN apt-get -y update && \
apt-get -y install --no-install-recommends \
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 fdisk gpg pigz arch-test \
apt-get install -y $(sed "s/.*://g" /pi-gen/depends) && \
&& rm -rf /var/lib/apt/lists/*

COPY . /pi-gen/

VOLUME [ "/pi-gen/work", "/pi-gen/deploy"]
5 changes: 5 additions & 0 deletions depends
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ bc
gpg
pigz
arch-test
udev
binfmt-support
ca-certificates
fdisk
bmap-tools