Add liblocale-codes-perl dependency

Debian Buster wants us to explicitly install liblocale-codes-perl as a dependency because it's going to be removed from Perl's CORE.
This commit is contained in:
Erik Huelsmann 2020-07-25 11:58:08 +02:00 committed by GitHub
parent fe2ae210a2
commit dd6c18c5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ RUN echo -n "APT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";\n" >>
libtemplate-plugin-latex-perl libtex-encode-perl \
libxml-twig-perl libopenoffice-oodoc-perl \
libexcel-writer-xlsx-perl libspreadsheet-writeexcel-perl \
libclass-c3-xs-perl \
libclass-c3-xs-perl liblocale-codes-perl \
texlive-latex-recommended \
texlive-xetex fonts-liberation \
lsb-release && \