[ONOS-6631] Fix TestON install Script

Change-Id: I3a8ee108d9d1d69a228d256d4d40af0ae9b58f3e
diff --git a/TestON/install.sh b/TestON/install.sh
index ee9bc18..fc434bc 100755
--- a/TestON/install.sh
+++ b/TestON/install.sh
@@ -83,9 +83,9 @@
     echo "Installing TestON dependencies"
     if [ "$DIST" = "Fedora" ]; then
         # Fedora may have vlan enabled by default. Still need to confirm and update later
-        $cmd python-pip build-essential python-dev pep8 python3-requests docker docker-engine
+        $cmd python-pip build-essential python-dev pep8 python3-requests
     else
-        $cmd python-pip build-essential python-dev pep8 vlan python3-requests docker docker-engine
+        $cmd python-pip build-essential python-dev pep8 vlan python3-requests
     fi
 
     # Some Distos have this already from another package