Skip to content

Commit dbca3df

Browse files
committed
strip down downstream Dockerfile Perl deps
1 parent f8a08ee commit dbca3df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ RUN apt-get update \
2626
FROM deps as builder
2727
COPY . /pdl/src
2828
RUN cd /pdl/src && (cpanm -nq \
29-
Carp Devel::CheckLib ExtUtils::Depends ExtUtils::MakeMaker \
30-
ExtUtils::F77 ExtUtils::ParseXS File::Path File::Which \
29+
Devel::CheckLib ExtUtils::MakeMaker \
30+
ExtUtils::ParseXS File::Path File::Which \
3131
&& cpanm -nq --installdeps . \
3232
&& cpanm --verbose --build-args -j${NCPUS} . \
3333
) || ( cat ~/.cpanm/build.log && false )

0 commit comments

Comments
 (0)