From a16d23bfa93c827f5b533b20f108e06f89f1f56c Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sun, 22 Oct 2023 21:33:37 +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 eb82851..b9c9aba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,7 +90,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get -y update && \ cd /srv && \ git clone --depth 1 --recursive -b $LSMB_VERSION https://github.com/ledgersmb/LedgerSMB.git ledgersmb && \ cd ledgersmb && \ - cpanm --quiet --notest \ + cpanm --metacpan --quiet --notest \ --with-feature=starman \ --with-feature=latex-pdf-ps \ --with-feature=openoffice \