FROM perl
RUN yes | cpan install Net::MQTT::Simple Net::RabbitMQ Net::Stomp
COPY bridge.pl /bridge.pl
ENTRYPOINT ["/bridge.pl"]