4 lines
89 B
Docker
4 lines
89 B
Docker
FROM debian:12-slim
|
|
|
|
RUN apt update && apt install gcc perl make qemu-system-i386 gdb -y
|