Skip to content

Commit

Permalink
switch from Debian bullseye to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
netsandbox committed Aug 13, 2023
1 parent 43028ee commit 8f61028
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG IMAGE=debian
ARG TAG=bullseye-slim
ARG TAG=bookworm-slim
FROM ${IMAGE}:${TAG}

LABEL org.opencontainers.image.authors="Christian Loos <[email protected]>"
Expand Down Expand Up @@ -110,6 +110,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-reco
libtest-email-perl \
libtest-expect-perl \
libtest-longstring-perl \
libtest-mocktime-hires-perl \
libtest-mocktime-perl \
libtest-nowarnings-perl \
libtest-pod-perl \
Expand All @@ -121,16 +122,11 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-reco
&& rm -rf /var/lib/apt/lists/* \
&& cpanm \
# RT dependencies
Date::Extract \
DBD::SQLite \
DBIx::SearchBuilder \
GD::Graph \
GnuPG::Interface \
GraphViz2 \
Mozilla::CA \
Pod::Select \
# RT extension development dependencies
Module::Install::RTx \
Module::Install::Substitute \
Test::MockTime::HiRes \
&& rm -rf /root/.cpanm

0 comments on commit 8f61028

Please sign in to comment.