Closed TheDataDexter closed 10 months ago
try this:
apt install build-essential pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl libpython3.11-dev
Change libpython3.11-dev to whatever version of python you are using.
also, you need to install it, before installing xmlsec ... move it above this line
RUN pip install xmlsec==1.3.13
first install apt packages, then pip
Hi there,
Running into a problem when building a Dockerfile. It seems to have to do with the underlying package xmlsec. I've tried several versions and still running into the problem
Similar issue to: https://github.com/SAML-Toolkits/python3-saml/issues/318
Build command:
Error trace: