mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-16 17:20:30 -04:00
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:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user