From 75c5e0015e2021944b5b78493a68026e1ab45baa Mon Sep 17 00:00:00 2001 From: Yuri Iozzelli Date: Tue, 15 Jul 2025 12:07:02 +0200 Subject: [PATCH] update debian large version Remove clang to save ~700MB(???) --- dockerfiles/debian_large | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfiles/debian_large b/dockerfiles/debian_large index 5726951..c74cbe0 100644 --- a/dockerfiles/debian_large +++ b/dockerfiles/debian_large @@ -1,10 +1,10 @@ -FROM --platform=i386 i386/debian:buster +FROM --platform=i386 i386/debian:bookworm ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get -y upgrade && \ - apt-get install -y apt-utils beef bsdgames bsdmainutils ca-certificates clang \ + apt-get install -y apt-utils beef bsdgames bsdmainutils ca-certificates \ cowsay cpio cron curl dmidecode dmsetup g++ gcc gdbm-l10n git \ - hexedit ifupdown init logrotate lsb-base lshw lua50 luajit lynx make \ + hexedit ifupdown init logrotate lsb-base lshw lua5.4 luajit lynx make \ nano netbase nodejs openssl procps python3 python3-cryptography \ python3-jinja2 python3-numpy python3-pandas python3-pip python3-scipy \ python3-six python3-yaml readline-common rsyslog ruby sensible-utils \