From 7c546563622233dad3c2b7faddff2458723fd4c0 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sat, 15 Mar 2025 17:54:15 +0100 Subject: [PATCH] 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. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0bff717..112a39f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \