GitLab CI & testing image

This commit is contained in:
2024-10-10 17:19:53 +01:00
parent 1a669267d0
commit d51648d7dc
2 changed files with 47 additions and 0 deletions

3
Dockerfile.devel Normal file
View File

@@ -0,0 +1,3 @@
FROM debian:12-slim
RUN apt update && apt install gcc perl make qemu-system-i386 gdb -y