public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Containerfile-autotools: Create a slightly smaller container image
@ 2023-11-16 22:07 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-11-16 22:07 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

---
 builder/containers/Containerfile-autotools | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/builder/containers/Containerfile-autotools b/builder/containers/Containerfile-autotools
index bab491f..1099986 100644
--- a/builder/containers/Containerfile-autotools
+++ b/builder/containers/Containerfile-autotools
@@ -6,13 +6,12 @@ FROM debian:stable
 RUN apt-get update && \
     apt-get upgrade -y && \
     apt-get install -y \
-      build-essential libtool ccache perl python3 bash \
-      patch util-linux diffutils cpio procps \
-      coreutils make git \
-      gettext bison flex \
-      gawk m4 pkg-config \
-      bzip2 xz-utils gzip zstd \
-      findutils file tar wget \
+      build-essential libtool perl python3-minimal bash \
+      make git \
+      gettext \
+      m4 pkg-config \
+      gzip \
+      tar wget \
       buildbot-worker && \
     apt-get clean
 
-- 
2.39.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-16 22:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-16 22:07 [PATCH] Containerfile-autotools: Create a slightly smaller container image Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).