allow rabbitmq module install to fail, but be ok
This commit is contained in:
		| @@ -1,4 +1,6 @@ | ||||
| FROM perl | ||||
| RUN yes | cpan install Net::MQTT::Simple Net::RabbitMQ Net::Stomp | ||||
| RUN yes | cpan install Net::MQTT::Simple || true | ||||
| RUN yes | cpan install -f Net::RabbitMQ || true | ||||
| RUN yes | cpan install Net::Stomp || true | ||||
| COPY bridge.pl /bridge.pl | ||||
| ENTRYPOINT ["/bridge.pl"] | ||||
| ENTRYPOINT ["/bridge.pl"] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user