From 91a985bc31e3c0eb7732617d2b4127cc26acc42f Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sun, 22 Oct 2023 21:32:46 +0200 Subject: [PATCH] Update Dockerfile Use MetaCPAN for the metadata. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1bae173..7fe96d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -92,7 +92,7 @@ RUN set -x ; \ wget --quiet -O /tmp/ledgersmb-$LSMB_VERSION.tar.gz "$ARTIFACT_LOCATION" && \ tar -xzf /tmp/ledgersmb-$LSMB_VERSION.tar.gz --directory /srv && \ rm -f /tmp/ledgersmb-$LSMB_VERSION.tar.gz && \ - cpanm --notest \ + cpanm --metacpan --notest \ --with-feature=starman \ --with-feature=latex-pdf-ps \ --with-feature=openoffice \