wat kleine verbeteringen
This commit is contained in:
parent
62d0419a76
commit
609cc7cc7e
3 changed files with 25 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue