Initial commit

This commit is contained in:
2015-06-20 11:11:12 +02:00
parent df060a2a10
commit f286e6cff7
3 changed files with 145 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# Simple Deb package builder
```
docker run --rm -v="<your package container>:/packages" .
```