File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ COPY cpanfile cpanfile.snapshot ./
42
42
RUN \
43
43
--mount=type=cache,target=/root/.perl-cpm,sharing=private \
44
44
<<EOT /bin/bash -euo pipefail
45
- cpm install --show-build-log-on-failure
45
+ cpm install --show-build-log-on-failure --resolver=snapshot
46
46
EOT
47
47
48
48
RUN mkdir var && chown metacpan:users var
@@ -76,7 +76,7 @@ USER root
76
76
RUN \
77
77
--mount=type=cache,target=/root/.perl-cpm \
78
78
<<EOT /bin/bash -euo pipefail
79
- cpm install --with-develop
79
+ cpm install --show-build-log-on-failure --resolver=snapshot -- with-develop
80
80
chown -R metacpan:users ./
81
81
EOT
82
82
118
118
RUN \
119
119
--mount=type=cache,target=/root/.perl-cpm \
120
120
<<EOT /bin/bash -euo pipefail
121
- cpm install --show-build-log-on-failure --with-test
121
+ cpm install --show-build-log-on-failure --resolver=snapshot -- with-test
122
122
EOT
123
123
124
124
COPY .perlcriticrc .perltidyrc perlimports.toml tidyall.ini ./
You can’t perform that action at this time.
0 commit comments