Some checks reported errors
continuous-integration/drone/push Build encountered an error
4 lines
77 B
Perl
4 lines
77 B
Perl
FROM perl:latest
|
|
|
|
COPY cpanfile cpanfile
|
|
RUN cpanm --verbose --installdeps .
|