2021-01-17 16:35:17 +00:00
|
|
|
FROM perl
|
2021-01-23 16:43:42 +00:00
|
|
|
RUN yes | cpan install Net::MQTT::Simple || true
|
|
|
|
RUN yes | cpan install -f Net::RabbitMQ || true
|
|
|
|
RUN yes | cpan install Net::Stomp || true
|
2021-01-17 16:35:17 +00:00
|
|
|
COPY bridge.pl /bridge.pl
|
2021-01-23 16:43:42 +00:00
|
|
|
ENTRYPOINT ["/bridge.pl"]
|