feat: add ubuntu 12.04 docker build env

This commit is contained in:
zhangsz
2025-03-10 10:16:38 +08:00
parent 5963dc3704
commit 1c1eb29422
3 changed files with 119 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
services:
ubuntu12-dev:
image: ubuntu:12.04
build:
context: .
#dockerfile: Dockerfile
container_name: ubuntu12-dev
volumes:
- /home/simon/ocs.git:/home/simon/ocs.git
#- /home/simon/.ssh:/home/simon/.ssh
environment:
- TZ=Asia/Shanghai
tty: true
stdin_open: true
command: tail -f /dev/null