Compare commits
No commits in common. "6fdf2d2427d9d4f3294e36603b17d64c887e7ba2" and "618bc5d76c22ff5fe8b9ca0a560030586da803d1" have entirely different histories.
6fdf2d2427
...
618bc5d76c
@ -1,6 +1,4 @@
|
||||
FROM perl
|
||||
RUN yes | cpan install Net::MQTT::Simple || true
|
||||
RUN yes | cpan install -f Net::RabbitMQ || true
|
||||
RUN yes | cpan install Net::Stomp || true
|
||||
RUN yes | cpan install Net::MQTT::Simple Net::RabbitMQ Net::Stomp
|
||||
COPY bridge.pl /bridge.pl
|
||||
ENTRYPOINT ["/bridge.pl"]
|
||||
ENTRYPOINT ["/bridge.pl"]
|
Loading…
x
Reference in New Issue
Block a user