6 lines
145 B
Docker
Raw Normal View History

2021-01-09 20:12:16 +00:00
FROM debian
RUN apt-get update
RUN apt-get install -y make libnet-stomp-perl libanyevent-rabbitmq-perl
RUN yes | cpan install Net::MQTT::Simple