update debian mini version. bump min image size to 750M

This commit is contained in:
Yuri Iozzelli
2025-07-15 10:25:44 +02:00
parent 5c8642b3e9
commit 789d867f96
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ on:
type: string
description: 'Image size, 950M max'
required: true
default: '600M'
default: '750M'
DEPLOY_TO_GITHUB_PAGES:
type: boolean
+2 -2
View File
@@ -1,11 +1,11 @@
FROM --platform=i386 i386/debian:buster
FROM --platform=i386 i386/debian:bookworm
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get clean && apt-get update && apt-get -y upgrade
RUN apt-get -y install apt-utils gcc \
python3 vim unzip ruby nodejs \
fakeroot dbus base whiptail hexedit \
patch wamerican ucf manpages \
file luajit make lua50 dialog curl \
file luajit make lua5.4 dialog curl \
less cowsay netcat-openbsd
RUN useradd -m user && echo "user:password" | chpasswd
COPY --chown=user:user ./examples /home/user/examples