You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On local machine it works fine, but when I RUN source $PERLBREW_ROOT/etc/bashrc && carton install --deployment in my dockerfile I get the error:
! Couldn't find module or a distribution Net::DNS
! Installing the dependencies failed: Module 'Net::DNS' is not installed
! Bailing out the installation for Email-Valid-1.202.
I have checked Email::Valid and it does something special.
Should it be sufficient to just require 'Net::DNS' into cpanfile? how to detect such requirements?
The text was updated successfully, but these errors were encountered:
https://github.com/perl-carton/carton/files/2935113/cpanfile.snapshot.txt
My
cpanfile
contain: requires 'Email::Valid';When I install modules locally I get:
On local machine it works fine, but when I
RUN source $PERLBREW_ROOT/etc/bashrc && carton install --deployment
in my dockerfile I get the error:I have checked
Email::Valid
and it does something special.Should it be sufficient to just
require 'Net::DNS'
into cpanfile? how to detect such requirements?The text was updated successfully, but these errors were encountered: