mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
Fix dependencies for LaTeX in Dockerfile for 1.4 -- add libtex-encode-perl, remove obsolete libnet-tclink-perl
This commit is contained in:
parent
46039f99e9
commit
ba69402221
@ -19,8 +19,8 @@ RUN DEBIAN_FRONTENT=noninteractive && \
|
|||||||
libconfig-inifiles-perl libnamespace-autoclean-perl \
|
libconfig-inifiles-perl libnamespace-autoclean-perl \
|
||||||
libcarp-always-perl libjson-perl \
|
libcarp-always-perl libjson-perl \
|
||||||
libtemplate-plugin-latex-perl texlive-latex-recommended \
|
libtemplate-plugin-latex-perl texlive-latex-recommended \
|
||||||
libnet-tclink-perl \
|
|
||||||
libxml-twig-perl \
|
libxml-twig-perl \
|
||||||
|
libtex-encode-perl \
|
||||||
libdevel-trace-perl \
|
libdevel-trace-perl \
|
||||||
starman \
|
starman \
|
||||||
postgresql-client-9.4 \
|
postgresql-client-9.4 \
|
||||||
@ -58,8 +58,8 @@ ENV POSTGRES_HOST postgres
|
|||||||
COPY start.sh /usr/bin/start.sh
|
COPY start.sh /usr/bin/start.sh
|
||||||
COPY update_ssmtp.sh /usr/bin/update_ssmtp.sh
|
COPY update_ssmtp.sh /usr/bin/update_ssmtp.sh
|
||||||
|
|
||||||
RUN cpanm \
|
#RUN cpanm \
|
||||||
CGI::Compile
|
# CGI::Compile
|
||||||
|
|
||||||
|
|
||||||
RUN chown www-data /etc/ssmtp /etc/ssmtp/ssmtp.conf && \
|
RUN chown www-data /etc/ssmtp /etc/ssmtp/ssmtp.conf && \
|
||||||
|
Loading…
Reference in New Issue
Block a user