We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5077df commit faa7106Copy full SHA for faa7106
Dockerfile
@@ -3,11 +3,12 @@ FROM i386/debian:buster
3
ENV DEBIAN_FRONTEND noninteractive
4
5
RUN apt-get -y update && \
6
- apt-get -y install \
+ apt-get -y install --no-install-recommends \
7
git vim parted \
8
quilt coreutils qemu-user-static debootstrap zerofree zip dosfstools \
9
bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file kmod bc \
10
bison flex libssl-dev build-essential libgtk-3-dev gcc-arm-linux-gnueabihf \
11
+ binfmt-support ca-certificates \
12
&& rm -rf /var/lib/apt/lists/*
13
14
COPY . /pi-gen/
0 commit comments