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