From 001e98ed384543187410f34ca4bc7252779184ac Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sat, 18 Apr 2020 21:49:56 +0200 Subject: [PATCH] Adjust image for removal of XML::Simple dependency in 1.8 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9fad898..105d7e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,6 @@ ARG LSMB_DL_DIR="Beta Releases" # 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 - # Install Locale::Codes Locale::Country Locale::Language from CPAN to suppress # deprecation-as-core-module warning @@ -47,7 +46,7 @@ RUN echo -n "APT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";\n" >> libsession-storage-secure-perl libstring-random-perl \ libtemplate-perl libtext-csv-perl libtext-csv-xs-perl \ libtext-markdown-perl libtry-tiny-perl libversion-compare-perl \ - libxml-simple-perl libnamespace-autoclean-perl \ + libxml-libxml-perl libnamespace-autoclean-perl \ starman starlet libhttp-parser-xs-perl \ libtemplate-plugin-latex-perl libtex-encode-perl \ libxml-twig-perl libopenoffice-oodoc-perl \