Add the base containerized c toolchain environment

This commit is contained in:
2024-02-14 02:58:33 +01:00
parent c5f8da292d
commit 2224ef7879
9 changed files with 55 additions and 2 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
c_toolchain:
build:
context: ./
dockerfile: dockerfile.c_toolchain
container_name: c_toolchain
tty: true
stdin_open: true
volumes:
- ./dmzOS:/dmzOS