From 7f525a707c53c660fe75bf17eb05fff73f143f4a Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Sat, 7 Dec 2024 16:10:27 -0800 Subject: [PATCH] Delete libgdiplus from all images (#1289) --- src/debian/11/amd64/Dockerfile | 1 - src/debian/11/helix/amd64/Dockerfile | 1 - src/debian/11/helix/arm32v7/Dockerfile | 1 - src/debian/11/helix/arm64v8/Dockerfile | 1 - src/debian/11/opt/arm64v8/Dockerfile | 1 - src/debian/12/helix/amd64/Dockerfile | 1 - src/debian/12/helix/arm32v7/Dockerfile | 1 - src/debian/12/helix/arm64v8/Dockerfile | 1 - src/fedora/40/amd64/Dockerfile | 1 - src/fedora/41/amd64/Dockerfile | 1 - src/opensuse/15.6/helix/amd64/Dockerfile | 1 - src/ubuntu/20.04/Dockerfile | 1 - src/ubuntu/20.04/helix/Dockerfile | 1 - src/ubuntu/22.04/Dockerfile | 1 - src/ubuntu/22.04/helix/Dockerfile | 1 - src/ubuntu/24.04/Dockerfile | 1 - src/ubuntu/24.04/helix/Dockerfile | 1 - src/ubuntu/24.10/helix/Dockerfile | 1 - src/ubuntu/common/coredeps/Dockerfile | 1 - 19 files changed, 19 deletions(-) diff --git a/src/debian/11/amd64/Dockerfile b/src/debian/11/amd64/Dockerfile index ea1360e7d..2de13c459 100644 --- a/src/debian/11/amd64/Dockerfile +++ b/src/debian/11/amd64/Dockerfile @@ -28,7 +28,6 @@ RUN apt-get update \ gnupg \ jq \ libcurl4-openssl-dev \ - libgdiplus \ libicu-dev \ libkrb5-dev \ liblldb-dev \ diff --git a/src/debian/11/helix/amd64/Dockerfile b/src/debian/11/helix/amd64/Dockerfile index e38a0de3c..65857407a 100644 --- a/src/debian/11/helix/amd64/Dockerfile +++ b/src/debian/11/helix/amd64/Dockerfile @@ -23,7 +23,6 @@ RUN apt-get update \ iputils-ping \ libcurl4 \ libffi-dev \ - libgdiplus \ libicu-dev \ libmsquic \ libssl-dev \ diff --git a/src/debian/11/helix/arm32v7/Dockerfile b/src/debian/11/helix/arm32v7/Dockerfile index 062c75d5b..29dc89d9a 100644 --- a/src/debian/11/helix/arm32v7/Dockerfile +++ b/src/debian/11/helix/arm32v7/Dockerfile @@ -26,7 +26,6 @@ RUN apt-get update \ iputils-ping \ libcurl4 \ libffi-dev \ - libgdiplus \ libicu-dev \ libmsquic \ libssl-dev \ diff --git a/src/debian/11/helix/arm64v8/Dockerfile b/src/debian/11/helix/arm64v8/Dockerfile index d353e1945..4ed013917 100644 --- a/src/debian/11/helix/arm64v8/Dockerfile +++ b/src/debian/11/helix/arm64v8/Dockerfile @@ -24,7 +24,6 @@ RUN apt-get update \ iputils-ping \ libcurl4 \ libffi-dev \ - libgdiplus \ libicu-dev \ libmsquic \ libssl-dev \ diff --git a/src/debian/11/opt/arm64v8/Dockerfile b/src/debian/11/opt/arm64v8/Dockerfile index a021c98aa..ab50ec6ab 100644 --- a/src/debian/11/opt/arm64v8/Dockerfile +++ b/src/debian/11/opt/arm64v8/Dockerfile @@ -16,7 +16,6 @@ RUN apt-get update \ gnupg \ jq \ libcurl4-openssl-dev \ - libgdiplus \ libicu-dev \ libkrb5-dev \ liblttng-ust-dev \ diff --git a/src/debian/12/helix/amd64/Dockerfile b/src/debian/12/helix/amd64/Dockerfile index 51b9e559b..d15b1dad5 100644 --- a/src/debian/12/helix/amd64/Dockerfile +++ b/src/debian/12/helix/amd64/Dockerfile @@ -38,7 +38,6 @@ RUN apt-get update \ iputils-ping \ libcurl4 \ libffi-dev \ - libgdiplus \ libicu-dev \ libmsquic \ libssl-dev \ diff --git a/src/debian/12/helix/arm32v7/Dockerfile b/src/debian/12/helix/arm32v7/Dockerfile index b1ddb2466..35df9eed1 100644 --- a/src/debian/12/helix/arm32v7/Dockerfile +++ b/src/debian/12/helix/arm32v7/Dockerfile @@ -46,7 +46,6 @@ RUN apt-get update \ iputils-ping \ libcurl4 \ libffi-dev \ - libgdiplus \ libicu-dev \ libmsquic \ libssl-dev \ diff --git a/src/debian/12/helix/arm64v8/Dockerfile b/src/debian/12/helix/arm64v8/Dockerfile index 51b9e559b..d15b1dad5 100644 --- a/src/debian/12/helix/arm64v8/Dockerfile +++ b/src/debian/12/helix/arm64v8/Dockerfile @@ -38,7 +38,6 @@ RUN apt-get update \ iputils-ping \ libcurl4 \ libffi-dev \ - libgdiplus \ libicu-dev \ libmsquic \ libssl-dev \ diff --git a/src/fedora/40/amd64/Dockerfile b/src/fedora/40/amd64/Dockerfile index 9a3af9028..58fa3e47f 100644 --- a/src/fedora/40/amd64/Dockerfile +++ b/src/fedora/40/amd64/Dockerfile @@ -33,7 +33,6 @@ RUN dnf upgrade --refresh -y \ jq \ krb5-devel \ libcurl-devel \ - libgdiplus \ libicu-devel \ libomp-devel \ libtool \ diff --git a/src/fedora/41/amd64/Dockerfile b/src/fedora/41/amd64/Dockerfile index 69ae5b2fe..c53599334 100644 --- a/src/fedora/41/amd64/Dockerfile +++ b/src/fedora/41/amd64/Dockerfile @@ -33,7 +33,6 @@ RUN dnf upgrade --refresh -y \ jq \ krb5-devel \ libcurl-devel \ - libgdiplus \ libicu-devel \ libomp-devel \ libtool \ diff --git a/src/opensuse/15.6/helix/amd64/Dockerfile b/src/opensuse/15.6/helix/amd64/Dockerfile index 398f04d35..f646a0b42 100644 --- a/src/opensuse/15.6/helix/amd64/Dockerfile +++ b/src/opensuse/15.6/helix/amd64/Dockerfile @@ -19,7 +19,6 @@ RUN zypper ref \ krb5-devel \ lato-fonts \ libffi-devel \ - libgdiplus-devel \ libicu-devel \ libopenssl-devel \ libtool \ diff --git a/src/ubuntu/20.04/Dockerfile b/src/ubuntu/20.04/Dockerfile index 057916dca..9d2e4bf7c 100644 --- a/src/ubuntu/20.04/Dockerfile +++ b/src/ubuntu/20.04/Dockerfile @@ -45,7 +45,6 @@ RUN apt-get update \ build-essential \ gettext \ jq \ - libgdiplus \ libicu-dev \ libkrb5-dev \ liblttng-ust-dev \ diff --git a/src/ubuntu/20.04/helix/Dockerfile b/src/ubuntu/20.04/helix/Dockerfile index 9950652c5..7e55a1542 100644 --- a/src/ubuntu/20.04/helix/Dockerfile +++ b/src/ubuntu/20.04/helix/Dockerfile @@ -18,7 +18,6 @@ RUN apt-get update && \ iputils-ping \ libcurl4 \ libffi-dev \ - libgdiplus \ libicu-dev \ libssl-dev \ libtool \ diff --git a/src/ubuntu/22.04/Dockerfile b/src/ubuntu/22.04/Dockerfile index d0611c62f..34f27ec42 100644 --- a/src/ubuntu/22.04/Dockerfile +++ b/src/ubuntu/22.04/Dockerfile @@ -59,7 +59,6 @@ RUN apt-get update \ build-essential \ gettext \ jq \ - libgdiplus \ libicu-dev \ libkrb5-dev \ liblttng-ust-dev \ diff --git a/src/ubuntu/22.04/helix/Dockerfile b/src/ubuntu/22.04/helix/Dockerfile index cb7b2e31a..1f23cc4e1 100644 --- a/src/ubuntu/22.04/helix/Dockerfile +++ b/src/ubuntu/22.04/helix/Dockerfile @@ -18,7 +18,6 @@ RUN apt-get update && \ iputils-ping \ libcurl4 \ libffi-dev \ - libgdiplus \ libicu-dev \ libssl-dev \ libtool \ diff --git a/src/ubuntu/24.04/Dockerfile b/src/ubuntu/24.04/Dockerfile index 9b8b68506..ca0e755bd 100644 --- a/src/ubuntu/24.04/Dockerfile +++ b/src/ubuntu/24.04/Dockerfile @@ -45,7 +45,6 @@ RUN apt-get update \ gettext \ jq \ libbrotli-dev \ - libgdiplus \ libicu-dev \ libkrb5-dev \ liblttng-ust-dev \ diff --git a/src/ubuntu/24.04/helix/Dockerfile b/src/ubuntu/24.04/helix/Dockerfile index bd529c054..971d999c5 100644 --- a/src/ubuntu/24.04/helix/Dockerfile +++ b/src/ubuntu/24.04/helix/Dockerfile @@ -40,7 +40,6 @@ RUN LIBCURL=libcurl4 && \ iputils-ping \ $LIBCURL \ libffi-dev \ - libgdiplus \ libicu-dev \ libnuma1 \ libssl-dev \ diff --git a/src/ubuntu/24.10/helix/Dockerfile b/src/ubuntu/24.10/helix/Dockerfile index 4e99df1b9..4db33d246 100644 --- a/src/ubuntu/24.10/helix/Dockerfile +++ b/src/ubuntu/24.10/helix/Dockerfile @@ -40,7 +40,6 @@ RUN LIBCURL=libcurl4 && \ iputils-ping \ $LIBCURL \ libffi-dev \ - libgdiplus \ libicu-dev \ libnuma1 \ libssl-dev \ diff --git a/src/ubuntu/common/coredeps/Dockerfile b/src/ubuntu/common/coredeps/Dockerfile index ffca62ce0..1ad3fb197 100644 --- a/src/ubuntu/common/coredeps/Dockerfile +++ b/src/ubuntu/common/coredeps/Dockerfile @@ -21,7 +21,6 @@ RUN apt-get update \ gettext \ jq \ libcurl4-openssl-dev \ - libgdiplus \ libicu-dev \ libkrb5-dev \ liblttng-ust-dev \