feat: add ubuntu 12.04 docker build env
This commit is contained in:
15
ubuntu-12.04-build-env/docker-compose.yml
Normal file
15
ubuntu-12.04-build-env/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user