Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
I am installing dependencies using install_build_deps.sh, I have observed below dependencies in yum ,
sudo yum -y install docker epel-release
sudo yum -y install docker-compose
but for DEB-based distro and RPM-based distro, there is no installation of docker. I ran test cases using make test command and all tests are passing without installing docker. Is any reason to install docker , epel-release ,docker-compose only for yum?