Skip to content

Commit

Permalink
Update cflinuxfs3-dev dockefiles with the ESM packages that are havin…
Browse files Browse the repository at this point in the history
…g problems (#326)
  • Loading branch information
brayanhenao authored Oct 27, 2023
1 parent 44f7adf commit ba74150
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions dockerfiles/cflinuxfs3-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba74150

Please sign in to comment.