Compare commits
2 Commits
618bc5d76c
...
6fdf2d2427
Author | SHA1 | Date | |
---|---|---|---|
6fdf2d2427 | |||
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