Remove install dep pkgs rule from RULES_MODULE
Remove "install_deps:" makefile rule in configure/RULES_MODULE. And this rule use pip install pyepics opcua
to install two packages: pyepics and opcua. Instead use make rule, the docker configure file will be changed to intall these 2 packages directly into docker image.