The entrypoint was not being set correctly, resulting in broken
behavior. Thanks to @jmuchovej for triaging this problem.
Signed-off-by: Erik Hollensbe <linux@hollensbe.org>
This generates .deb, .rpm, and docker images.
To package, type `make package` which will build all three.
You can also test the package installation and usage by typing `make
test-package`, but admittedly these tests are quite primitive.
Signed-off-by: Erik Hollensbe <linux@hollensbe.org>