github.com/MichaelDarr/ahab@v0.0.0-20200528062404-c74c5106e605/build/deb/ahab.json (about) 1 { 2 "ahab": "0.1", 3 "environment": [ 4 "DEBEMAIL=michael.e.darr@gmail.com", 5 "DEBFULLNAME=Michael Darr" 6 ], 7 "image": "ubuntu:19.10", 8 "init": [ 9 "apt-get update", 10 "apt-get install -y dh-make git golang wget" 11 ], 12 "volumes": [ 13 "./:/home/ahab/deb" 14 ], 15 "workdir": "/home/ahab/deb" 16 }