-
Notifications
You must be signed in to change notification settings - Fork 100
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
Unable to install xmlsec in alpine 3.18 as base image #257
Comments
Alpine 3.18 uses libxmlsec v1.3.0, which is not yet supported by this project, it seems. See #252 |
While there are many multiple ways to fix this, one easy suggestion would be try updating you base image in Dockerfile to 3.8-alpine3.10 (if running python 3.8 is fine with your project). Other solution is, to change the Alpine Package Registry url in after the image and before doing the apk update. You can try sharing your Dockerfile code which can help look deeper in the issue. |
@lapak10 thank you for the idea of using python:3.8-alpine3.10, it works fine. |
Hello |
My working script for using xmlsec
That's it |
To prevent confusion, it would be helpful to explicitly state in the README that the requirements for libxmlsec1 should be below version 1.3 until this is addressed. Wouldn't you agree? |
The new release (1.3.14) is gonna work with xmlsec1 >= 1.3.x but apparantly it still has issues with xmlsec1 1.2.x. We already have an issue (#314) so I'm gonna close this one. |
Details
I kindly request assistance in resolving this issue.
The text was updated successfully, but these errors were encountered: