craigerl / aprsd

Amateur radio APRS daemon which listens for messages and responds. By KM6LYW.
Apache License 2.0
120 stars 19 forks source link

Refactor Dockerfile #167

Closed hemna closed 1 month ago

hemna commented 1 month ago

This patch reworks the main Dockerfile to do builds for both the pypi upstream release of aprsd as well as the github repo branch of aprsd for development. This eliminates the need for Dockerfile-dev.

This patch also installs aprsd as a user in the container image instead of as root.