wat kleine verbeteringen

This commit is contained in:
arjan 2026-04-21 17:52:40 +02:00
parent 62d0419a76
commit 609cc7cc7e
3 changed files with 25 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM debian:latest
FROM debian:trixie
ENV DEBIAN_FRONTEND=noninteractive
@ -8,7 +8,7 @@ RUN apt update && apt -y install perl cpanminus libaspell-dev make libdbd-mysql-
apache2 apache2-utils mailutils
RUN cpanm --notest --force \
RUN cpanm --notest --no-cache --force \
Algorithm::Permute \
App::Cmd \
Archive::Any \
@ -142,6 +142,8 @@ RUN cpanm --notest --force \
namespace::autoclean
RUN apt -y remove libjson-xs-perl
RUN apt-get clean
RUN rm -rf /var/lib/apt/lists/*
#RUN cpanm --notest --force \
# DBD::mysql@4.051