As of 1.12.6 and 1.11.22, Class::C3::XS is in 'cpanfile'

Meaning there's no need to explicitly mention it in the
package installation lines; it'll be automatically mapped.
This commit is contained in:
Erik Huelsmann 2025-03-15 17:54:15 +01:00
parent 6dd3c079fe
commit 7c54656362

View File

@ -80,7 +80,6 @@ RUN set -x ; \
DEBIAN_FRONTEND="noninteractive" apt-get -q -y install \
wget ca-certificates gnupg iproute2 \
$( cat /tmp/derived-deps ) \
libclass-c3-xs-perl \
texlive-plain-generic texlive-latex-recommended texlive-fonts-recommended \
texlive-xetex fonts-liberation \
lsb-release postgresql-common && \