6 lines
200 B
Docker
Raw Normal View History

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