From f68531b7c3df042fa040b9a23e60ba481598a666 Mon Sep 17 00:00:00 2001 From: ThomasSamson Date: Tue, 21 May 2024 12:05:31 +0200 Subject: [PATCH] Fix CVE --- 3.0-custom/Dockerfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/3.0-custom/Dockerfile b/3.0-custom/Dockerfile index 62c35a8..63e46a2 100644 --- a/3.0-custom/Dockerfile +++ b/3.0-custom/Dockerfile @@ -32,6 +32,18 @@ RUN apt-get update \ ncurses-base \ ncurses-bin \ libc-dev-bin \ + bsdutils \ + libblkid1 \ + libmount1 \ + libperl5.32 \ + libsmartcols1 \ + libuuid1 \ + libglib2.0-0 \ + mount \ + perl \ + perl-base \ + perl-modules-5.32 \ + util-linux \ && chmod uga+x /usr/local/bin/install-php-extensions \ && install-php-extensions \ apcu \