Skip to content

Commit

Permalink
Merge pull request #1 from mkesper/patch-1
Browse files Browse the repository at this point in the history
Do not install recommended packages for build
  • Loading branch information
yuzibo authored Dec 30, 2023
2 parents 56407c1 + 33c571f commit 8edaaca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN --mount=type=cache,sharing=shared,target=/var/cache \
--mount=type=tmpfs,target=/usr/share/doc \
apt-get update \
&& apt-get install -y eatmydata \
&& eatmydata apt-get install -y qemu-user-static \
&& eatmydata apt-get install -y --no-install-recommends \
qemu-user-static \
binfmt-support gdisk kpartx \
parted \
autoconf automake autotools-dev bc \
Expand Down

0 comments on commit 8edaaca

Please sign in to comment.