Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ RUN apk add --no-cache \
perl-test-deep \
perl-test-differences \
perl-try-tiny \
Comment thread
tgreenx marked this conversation as resolved.
build-base perl-test-nowarnings perl-dev \
Comment thread
MichaelTimbert marked this conversation as resolved.
Outdated
&& cpanm --notest --no-wget --from https://cpan.metacpan.org/ \
https://cpan.metacpan.org/authors/id/E/ET/ETHER/Net-IDN-Encode-2.501-TRIAL.tar.gz \
&& cpanm --notest --no-wget --from https://cpan.metacpan.org/ \
JSON::Validator

Expand Down
Loading