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
When start container, getting error: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory. How can i fix it?
The text was updated successfully, but these errors were encountered:
Intall libxml2 in Dockerfile
RUN apt-get update && apt-get install -y build-essential libxml2 libxml2-dev libxmlsec1-dev
When start container, getting error: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory. How can i fix it?
The text was updated successfully, but these errors were encountered: