adds a docker image to build the binary

This commit is contained in:
Holger Cremer
2020-01-04 19:02:40 +01:00
parent 8270fdff90
commit 250568578a
5 changed files with 822 additions and 37 deletions

15
docker/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Build with docker
Use the `do.sh` script file in the top directory.
## Build the docker image
```shell script
./do.sh docker-image
```
## Build binary
```shell script
./do.sh docker-build
```