allow rabbitmq module install to fail, but be ok
This commit is contained in:
parent
618bc5d76c
commit
612526aca8
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user