Matthew Slowe 5bae47c1cf and rabbit
2021-01-09 20:47:43 +00:00

6 lines
200 B
Docker

FROM debian
RUN apt-get update
RUN apt-get install -y make libnet-stomp-perl libanyevent-rabbitmq-perl build-essential
RUN yes | cpan install Net::MQTT::Simple
RUN yes | cpan install -f Net::RabbitMQ