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 ef3ba1a commit c631a64Copy full SHA for c631a64
Dockerfile
@@ -9,7 +9,7 @@ COPY cpanfile cpanfile.snapshot ./
9
RUN \
10
--mount=type=cache,target=/root/.perl-cpm,sharing=private \
11
<<EOT /bin/bash -euo pipefail
12
- cpm install --show-build-log-on-failure
+ cpm install --show-build-log-on-failure --resolver=snapshot
13
EOT
14
15
ENV PERL5LIB="/metacpan-api-v0-shim/lib:/metacpan-api-v0-shim/local/lib/perl5"
0 commit comments