We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2592a commit 64e2229Copy full SHA for 64e2229
.github/workflows/docker-release.yml
@@ -32,6 +32,7 @@ jobs:
32
mv _template/template .
33
rm -rf _template
34
sed -i 's|cpanm|cpanm --from https://cpan.metacpan.org/ -v|g' template/perl-mojo/Dockerfile
35
+ sed -i 's|\${ADDITIONAL_CPAN_PACKAGES}|\${ADDITIONAL_CPAN_PACKAGES} ; cat /root/.cpanm/work/*/build.log|' template/perl-mojo/Dockerfile
36
# TODO: Fix and add arm64 build. cpanm fails with: `gzip: stdin: not in gzip format`
37
- name: Build and Push
38
run: |
0 commit comments