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 (#324)
  • Loading branch information
brayanhenao committed Oct 26, 2023
1 parent a79cd5b commit e846356
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions dockerfiles/cflinuxfs3-dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
FROM cloudfoundry/cflinuxfs3

RUN apt update
# Note: If this list starts to get long, we should consider using an external file to store the list of packages to remove.

# Remove ESM packages required for dependenciees

## PHP
RUN apt remove libonig4 libwebp6 -y
RUN apt update && apt remove -y \
libonig4 \
libwebp6 \
libruby2.5 \
ruby \
ruby2.5 \
libldap2-dev \
libssl-dev \
libcurl4-openssl-dev \

0 comments on commit e846356

Please sign in to comment.