This patch refactored the process_packet method
and adjusted the logic for determining if we got
a message to filter on. We now look at the format
to make a determination. Also isolated the processing
of message packets, ack packets and mic-e packets into
their own functions.
This patch updates the Dockerfile for building the official container
image and includes the ability to load external pypi modules as plugins
at container startup.