mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
Align dependencies (after review against master branch)
This commit is contained in:
parent
ccd90f04a4
commit
3d12e4351d
@ -48,15 +48,15 @@ RUN set -x ; \
|
|||||||
libplack-request-withencoding-perl libscope-guard-perl \
|
libplack-request-withencoding-perl libscope-guard-perl \
|
||||||
libsession-storage-secure-perl libstring-random-perl \
|
libsession-storage-secure-perl libstring-random-perl \
|
||||||
libtemplate-perl libtext-csv-perl libtext-csv-xs-perl \
|
libtemplate-perl libtext-csv-perl libtext-csv-xs-perl \
|
||||||
libtext-markdown-perl libtry-tiny-perl libversion-compare-perl \
|
libtext-markdown-perl libversion-compare-perl \
|
||||||
libxml-libxml-perl libnamespace-autoclean-perl \
|
libxml-libxml-perl libnamespace-autoclean-perl \
|
||||||
starman starlet libhttp-parser-xs-perl \
|
starman starlet libhttp-parser-xs-perl \
|
||||||
libtemplate-plugin-latex-perl libtex-encode-perl \
|
libtemplate-plugin-latex-perl libtex-encode-perl \
|
||||||
libxml-twig-perl libopenoffice-oodoc-perl \
|
libxml-twig-perl libopenoffice-oodoc-perl \
|
||||||
libexcel-writer-xlsx-perl libspreadsheet-writeexcel-perl \
|
libexcel-writer-xlsx-perl libspreadsheet-writeexcel-perl \
|
||||||
libclass-c3-xs-perl liblocale-codes-perl \
|
libclass-c3-xs-perl \
|
||||||
texlive-plain-generic texlive-latex-recommended \
|
libyaml-perl libhash-merge-perl libsyntax-keyword-try-perl \
|
||||||
texlive-fonts-recommended \
|
texlive-plain-generic texlive-latex-recommended texlive-fonts-recommended \
|
||||||
texlive-xetex fonts-liberation \
|
texlive-xetex fonts-liberation \
|
||||||
lsb-release && \
|
lsb-release && \
|
||||||
echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
|
echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
|
||||||
@ -67,7 +67,6 @@ RUN set -x ; \
|
|||||||
wget --quiet -O /tmp/ledgersmb-$LSMB_VERSION.tar.gz "$ARTIFACT_LOCATION" && \
|
wget --quiet -O /tmp/ledgersmb-$LSMB_VERSION.tar.gz "$ARTIFACT_LOCATION" && \
|
||||||
tar -xzf /tmp/ledgersmb-$LSMB_VERSION.tar.gz --directory /srv && \
|
tar -xzf /tmp/ledgersmb-$LSMB_VERSION.tar.gz --directory /srv && \
|
||||||
rm -f /tmp/ledgersmb-$LSMB_VERSION.tar.gz && \
|
rm -f /tmp/ledgersmb-$LSMB_VERSION.tar.gz && \
|
||||||
cpanm --reinstall --notest Locale::Country Locale::Codes Locale::Language && \
|
|
||||||
cpanm --notest \
|
cpanm --notest \
|
||||||
--with-feature=starman \
|
--with-feature=starman \
|
||||||
--with-feature=latex-pdf-ps \
|
--with-feature=latex-pdf-ps \
|
||||||
|
Loading…
Reference in New Issue
Block a user