We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a08ee commit dbca3dfCopy full SHA for dbca3df
1 file changed
docker/Dockerfile
@@ -26,8 +26,8 @@ RUN apt-get update \
26
FROM deps as builder
27
COPY . /pdl/src
28
RUN cd /pdl/src && (cpanm -nq \
29
- Carp Devel::CheckLib ExtUtils::Depends ExtUtils::MakeMaker \
30
- ExtUtils::F77 ExtUtils::ParseXS File::Path File::Which \
+ Devel::CheckLib ExtUtils::MakeMaker \
+ ExtUtils::ParseXS File::Path File::Which \
31
&& cpanm -nq --installdeps . \
32
&& cpanm --verbose --build-args -j${NCPUS} . \
33
) || ( cat ~/.cpanm/build.log && false )
0 commit comments