From 6cfa72e29a0e7b8258fef2c0204cbe505464cba2 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sun, 22 Oct 2023 21:09:09 +0200 Subject: [PATCH] Update Dockerfile Use MetaCPAN database instead of the default. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6f9786..e8c5141 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,7 +94,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 --cpanmetadb --notest \ --with-feature=starman \ --with-feature=latex-pdf-ps \ --with-feature=openoffice \