Alpine 3.13#173
Merged
tianon merged 1 commit intodocker-library:masterfrom Mar 23, 2021
Merged
Conversation
tianon
reviewed
Feb 1, 2021
| runDeps=' \ | ||
| apr \ | ||
| apr-util \ | ||
| apr-util-dbm_db \ |
Member
There was a problem hiding this comment.
It looks like this was added in #154 for mod_dav -- does that work without this now? 🙈 😇
Contributor
Author
There was a problem hiding this comment.
The package has been removed upstream and Alpine's apache2-webdav doesn't depend on it (only on apr-util). Might be still worth to double check. Do you know a common testcase?
Member
There was a problem hiding this comment.
So it likely will work fine since dbm_db (aka Berkeley DB <= 5.3) was replaced by ndbm in Alpine's build of apr:
- --with-dbm=db53 \
- --with-berkeley-db \
- --without-gdbm
+ --without-berkeley-db \
+ --with-dbm=ndbm
LGTM
Member
|
Doh, sorry; thank you! 👍 |
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Mar 24, 2021
Changes: - docker-library/httpd@98fa1e7: Merge pull request docker-library/httpd#173 from J0WI/alpine-3.13 - docker-library/httpd@d36dfa5: Alpine 3.13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.