FROM perl:5.24 MAINTAINER Neil Watson LABEL site="cfbot" LABEL version="1.0" RUN cpanm Config::YAML JSON Bot::BasicBot Cache::FastMmap XML::Feed \ Mojo::UserAgent Mojo::DOM Net::SSLeay # Force this install because of bug: # https://rt.cpan.org/Public/Bug/Display.html?id=118548 RUN cpanm --force POE::Component::SSLify COPY . /var/lib/cfbot # TODO have bot pull this down and keep it up to date RUN cd /usr/src/ \ && git clone https://github.com/cfengine/documentation.git \ && ln -fs /usr/src/documentation /var/lib/cfbot/documentation WORKDIR /var/lib/cfbot CMD [ "perl", "cfbot.pm", "--debug" ]