Skip to content

Commit

Permalink
Adding more perl modules to speed up build
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthorsen committed Oct 27, 2023
1 parent 3ccb2f6 commit 049091b
Showing 1 changed file with 24 additions and 18 deletions.
42 changes: 24 additions & 18 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,30 @@ RUN chmod 0755 /bin/cpanm
RUN apk add --no-cache curl openssl perl perl-io-socket-ssl perl-net-ssleay wget && \
apk add --no-cache --virtual builddeps build-base perl-dev && \
/bin/cpanm -n -M https://cpan.metacpan.org \
Module::Install \
Cpanel::JSON::XS \
Crypt::Eksblowfish \
DBD::SQLite \
EV \
File::chdir \
File::HomeDir \
File::ReadBackwards \
HTTP::AcceptLanguage \
Hailo \
IO::Socket::Socks \
IRC::Utils \
Math::Calc::Parser \
Net::LDAP \
Parse::IRC \
Text::Markdown \
Time::Piece \
Unicode::UTF8 \
Future::AsyncAwait \
Cpanel::JSON::XS \
Crypt::Eksblowfish \
Crypt::Passphrase \
Crypt::Passphrase::Argon2 \
Crypt::Passphrase::Bcrypt \
DBD::SQLite \
EV \
File::HomeDir \
File::ReadBackwards \
File::chdir \
HTTP::AcceptLanguage \
Hailo \
IO::Socket::Socks \
IRC::Utils \
Math::Calc::Parser \
Module::Install \
Net::LDAP \
Parse::IRC \
Syntax::Keyword::Try \
Text::Markdown \
Text::Markdown::Hoedown \
Time::Piece \
Unicode::UTF8 \
YAML::XS && \
apk del builddeps && \
rm -rf /root/.cpanm /var/cache/apk/*
Expand Down

0 comments on commit 049091b

Please sign in to comment.