Update Dockerfile

Use MetaCPAN database instead of the default.
This commit is contained in:
Erik Huelsmann
2023-10-22 21:09:09 +02:00
committed by GitHub
parent d39a26f0f3
commit 6cfa72e29a

View File

@@ -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 \