Update Dockerfile

Use MetaCPAN for the metadata.
This commit is contained in:
Erik Huelsmann 2023-10-22 21:33:37 +02:00 committed by GitHub
parent 9ccc327468
commit a16d23bfa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get -y update && \
cd /srv && \ cd /srv && \
git clone --depth 1 --recursive -b $LSMB_VERSION https://github.com/ledgersmb/LedgerSMB.git ledgersmb && \ git clone --depth 1 --recursive -b $LSMB_VERSION https://github.com/ledgersmb/LedgerSMB.git ledgersmb && \
cd ledgersmb && \ cd ledgersmb && \
cpanm --quiet --notest \ cpanm --metacpan --quiet --notest \
--with-feature=starman \ --with-feature=starman \
--with-feature=latex-pdf-ps \ --with-feature=latex-pdf-ps \
--with-feature=openoffice \ --with-feature=openoffice \