Browse Source

Update `push.pl` runtime to Perl 5.40 and Debian Trixie (#2639)

yosifkit 2 weeks ago
parent
commit
a2801c9c43
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,4 +1,4 @@
-FROM perl:5.39-bookworm
+FROM perl:5.40-trixie
 
 RUN set -eux; \
 	apt-get update; \
@@ -7,7 +7,7 @@ RUN set -eux; \
 # https://bugs.debian.org/763056 - SVG rendering in ImageMagick looks awful unless it can use inkscape to render (or RSVG, which is explicitly not compiled into the Debian package??)
 		inkscape \
 	; \
-	rm -rf /var/lib/apt/lists/*
+	apt-get dist-clean
 
 # secure by default ♥ (thanks to sri!)
 ENV PERL_CPANM_OPT --verbose --mirror https://cpan.metacpan.org