mirror of
https://github.com/leaningtech/webvm.git
synced 2026-09-01 14:57:38 +08:00
update debian mini version. bump min image size to 750M
This commit is contained in:
@@ -17,7 +17,7 @@ on:
|
||||
type: string
|
||||
description: 'Image size, 950M max'
|
||||
required: true
|
||||
default: '600M'
|
||||
default: '750M'
|
||||
|
||||
DEPLOY_TO_GITHUB_PAGES:
|
||||
type: boolean
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user