Some tweaks to reduce container size and fix build error
This commit is contained in:
parent
2e24294736
commit
a6186eee2b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user