@hi,
When building the netopeer2gui image with that Dockerfile, I encountered an error, namely there is no setup.py file under build/python/setup.py, there is even no python folder for libnetconf2.
python3 /libnetconf2/build/python/setup.py install && cd /
I tried to comment out the above line in Dockerfile, the build was completed successfully. However i was unable to login with root/docker.
The container log says 'no module named netconf2' . Obviously the netconf2 lib for python is not installed correctly.
Is there a workaround to get it working?
Thanks!