Changes made so that PLATdockertest pulls all images from onos dockerhub

Change-Id: Ia5a55901111d7e925afd1cadb16f471049cc120b
diff --git a/TestON/install.sh b/TestON/install.sh
index fc434bc..ee9bc18 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
+        $cmd python-pip build-essential python-dev pep8 python3-requests docker docker-engine
     else
-        $cmd python-pip build-essential python-dev pep8 vlan python3-requests
+        $cmd python-pip build-essential python-dev pep8 vlan python3-requests docker docker-engine
     fi
 
     # Some Distos have this already from another package