diff --git a/Dockerfile b/Dockerfile index 54e42c3..11d7806 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM perl:5.32 # Dependency time RUN apt-get update -RUN apt-get -y install --install-suggests fortune-mod +RUN apt-get -y install --install-suggests fortune-mod ruby RUN cpanm CGI RUN cpanm CGI::Carp RUN cpanm Mojolicious @@ -11,6 +11,8 @@ RUN cpanm Number::Format RUN cpanm Regexp::Common RUN cpanm WebService::Mattermost RUN cpanm XML::LibXML +RUN gem install cgi +RUN gem install ipaddress # Move it WORKDIR /opt diff --git a/public/Pictures/globe05.gif b/public/Pictures/globe05.gif new file mode 100644 index 0000000..0051c77 Binary files /dev/null and b/public/Pictures/globe05.gif differ diff --git a/public/Pictures/patriotic45.gif b/public/Pictures/patriotic45.gif new file mode 100644 index 0000000..3c43cf2 Binary files /dev/null and b/public/Pictures/patriotic45.gif differ