From ba741507ae4a7b3111287c760b0df004faa3cdf7 Mon Sep 17 00:00:00 2001 From: Brayan Henao Date: Fri, 27 Oct 2023 16:15:03 -0400 Subject: [PATCH] Update cflinuxfs3-dev dockefiles with the ESM packages that are having problems (#326) --- dockerfiles/cflinuxfs3-dev.Dockerfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dockerfiles/cflinuxfs3-dev.Dockerfile b/dockerfiles/cflinuxfs3-dev.Dockerfile index 0f0b122df..3120ce876 100644 --- a/dockerfiles/cflinuxfs3-dev.Dockerfile +++ b/dockerfiles/cflinuxfs3-dev.Dockerfile @@ -2,12 +2,8 @@ FROM cloudfoundry/cflinuxfs3 # Note: If this list starts to get long, we should consider using an external file to store the list of packages to remove. +# Remove packages that are installed with an ESM version that is not compatible with some compilation processes for dependencies. RUN apt update && apt remove -y \ libonig4 \ libwebp6 \ - libruby2.5 \ - ruby \ - ruby2.5 \ - libldap2-dev \ - libssl-dev \ - libcurl4-openssl-dev \ + libsnmp-dev