You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same problem, to solve it I added in the Dockerfile RUN apk add --update --no-cache g++ gcc libxslt-dev libxml2 libxml2-dev
before RUN python3 setup.py install
Describe the bug
Trying to build Dockerfile results in the error:
Error: Please make sure the libxml2 and libxslt development packages are installed.
To Reproduce
Expected behavior
Dockerfile should build.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: