Skip to content

Commit

Permalink
Dockerfile: use --no-install-recommends in apt-get install (RPi-Distr…
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Sep 5, 2020
1 parent f80bb25 commit ccef0e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ FROM i386/debian:buster
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get -y update && \
apt-get -y install \
apt-get -y install --no-install-recommends \
git vim parted \
quilt coreutils qemu-user-static debootstrap zerofree zip dosfstools \
bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file kmod\
bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file kmod bc\
binfmt-support ca-certificates \
&& rm -rf /var/lib/apt/lists/*

COPY . /pi-gen/
Expand Down
File renamed without changes.

0 comments on commit ccef0e0

Please # to comment.