Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile fails to build #813 #814

Merged

Conversation

pljeff
Copy link
Contributor

@pljeff pljeff commented Nov 2, 2023

Upgrading to libwebp7 to resolve missing package error with base image upgrading to Debian 12. Fix for #813

This was included in my original PR, but has been removed:
Removing --with-libdir= option on php configure ldap that was causing build failure. I do not know PHP well enough to know what the --with-libdir=lib/x86_64-linux-gnu/ was doing, but removing resolved docker build failures. The resulting docker image tests successfully within my target environment.

- Upgrading to libwebp7 to resolve missing package error
- Removing `--with-libdir=` option on php configure ldap that was causing build failure.
@pljeff
Copy link
Contributor Author

pljeff commented Nov 2, 2023

You are right - it builds successfully when done through ci/cd pipeline on ubuntu-latest. Changing to just the libwebp7 update in this pull request.

@davidcoutadeur davidcoutadeur merged commit 6e3daa5 into ltb-project:1.5 Nov 2, 2023
@davidcoutadeur davidcoutadeur linked an issue Nov 2, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dockerfile fails to build
2 participants