mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
* More dependencies taken from the Debian repository
This commit is contained in:
parent
a0053b33b6
commit
058848a29a
@ -8,6 +8,10 @@ ENV LSMB_VERSION 1.6.0-beta1
|
|||||||
# Install Perl, Tex, Starman, psql client, and all dependencies
|
# Install Perl, Tex, Starman, psql client, and all dependencies
|
||||||
# Without libclass-c3-xs-perl, performance is terribly slow...
|
# Without libclass-c3-xs-perl, performance is terribly slow...
|
||||||
# Without libclass-accessor-lite-perl, HTML::Entities won't build from CPAN
|
# Without libclass-accessor-lite-perl, HTML::Entities won't build from CPAN
|
||||||
|
# libnet-cidr-lite-perl is a dependency for Plack::Builder::Conditionals
|
||||||
|
# which is being installed from CPAN
|
||||||
|
# libtest-requires-perl is a dependency of Module-Build-Pluggable-PPPort
|
||||||
|
# on which HTML::Entities depends
|
||||||
|
|
||||||
# Installing psql client directly from instructions at https://wiki.postgresql.org/wiki/Apt
|
# Installing psql client directly from instructions at https://wiki.postgresql.org/wiki/Apt
|
||||||
# That mitigates issues where the PG instance is running a newer version than this container
|
# That mitigates issues where the PG instance is running a newer version than this container
|
||||||
@ -43,6 +47,7 @@ RUN echo -n "APT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";\n" >>
|
|||||||
libimage-size-perl \
|
libimage-size-perl \
|
||||||
libtemplate-plugin-latex-perl libtex-encode-perl \
|
libtemplate-plugin-latex-perl libtex-encode-perl \
|
||||||
libclass-c3-xs-perl libclass-accessor-lite-perl \
|
libclass-c3-xs-perl libclass-accessor-lite-perl \
|
||||||
|
libnet-cidr-lite-perl libtest-requires-perl \
|
||||||
texlive-latex-recommended \
|
texlive-latex-recommended \
|
||||||
texlive-xetex fonts-liberation \
|
texlive-xetex fonts-liberation \
|
||||||
starman \
|
starman \
|
||||||
|
Loading…
Reference in New Issue
Block a user