add container-based development shell

It does not work with the graphical QEMU output but can build all
binaries.
This commit is contained in:
2025-09-12 15:18:05 +02:00
parent 34e39dc2b6
commit 3799830a36
2 changed files with 34 additions and 0 deletions

14
Containerfile Normal file
View File

@@ -0,0 +1,14 @@
FROM debian@sha256:cd50e36013f749a1f86c6369b873e1ad607335480dc4bc2905396ec17ab0ce02
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc \
g++ \
make \
flex \
bison \
gawk \
perl \
dialog \
libncurses-dev \
qemu-system-x86