Some tweaks to reduce container size and fix build error

This commit is contained in:
swaggboi 2021-03-13 22:30:03 -05:00
parent 2e24294736
commit a6186eee2b

View File

@ -2,13 +2,14 @@ FROM perl:5.32
# Dependency time # Dependency time
RUN apt-get update RUN apt-get update
RUN apt-get -y install --install-suggests fortune-mod ruby RUN apt-get -y install fortune-mod ruby
RUN cpanm CGI RUN cpanm CGI
RUN cpanm CGI::Carp RUN cpanm CGI::Carp
RUN cpanm Mojolicious RUN cpanm Mojolicious
RUN cpanm Mojolicious::Plugin::CGI RUN cpanm Mojolicious::Plugin::CGI
RUN cpanm Number::Format RUN cpanm Number::Format
RUN cpanm Regexp::Common RUN cpanm Regexp::Common
RUN cpanm RJBS/Getopt-Long-Descriptive-0.105.tar.gz
RUN cpanm WebService::Mattermost RUN cpanm WebService::Mattermost
RUN cpanm XML::LibXML RUN cpanm XML::LibXML
RUN gem install cgi RUN gem install cgi