Add tools container

This commit is contained in:
Khue Doan 2020-10-20 00:06:06 +07:00
parent 357e05f74c
commit e3e6f18479
2 changed files with 6 additions and 0 deletions

5
docker-compose.yml Normal file
View File

@ -0,0 +1,5 @@
version: '3'
services:
tools:
build: ./tools

1
tools/Dockerfile Normal file
View File

@ -0,0 +1 @@
FROM centos:8