From ba694022212ee4790103f6b777f46c395ea3ac39 Mon Sep 17 00:00:00 2001 From: John Locke <john@freelock.com> Date: Fri, 18 Sep 2015 14:06:31 -0700 Subject: [PATCH] Fix dependencies for LaTeX in Dockerfile for 1.4 -- add libtex-encode-perl, remove obsolete libnet-tclink-perl --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97f7cdc..b18cd08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,8 @@ RUN DEBIAN_FRONTENT=noninteractive && \ libconfig-inifiles-perl libnamespace-autoclean-perl \ libcarp-always-perl libjson-perl \ libtemplate-plugin-latex-perl texlive-latex-recommended \ - libnet-tclink-perl \ libxml-twig-perl \ + libtex-encode-perl \ libdevel-trace-perl \ starman \ postgresql-client-9.4 \ @@ -58,8 +58,8 @@ ENV POSTGRES_HOST postgres COPY start.sh /usr/bin/start.sh COPY update_ssmtp.sh /usr/bin/update_ssmtp.sh -RUN cpanm \ - CGI::Compile +#RUN cpanm \ +# CGI::Compile RUN chown www-data /etc/ssmtp /etc/ssmtp/ssmtp.conf && \