Specify minimal docker release in build/requirements.txt
and build/download/requirements.txt, not a fixed one.
Change interpreter for build/package.py as it's Python 3
compliant.
Change-Id: I4352aa957371ce85bdea021101ed2f5994f9eedb
Issue-ID: OOM-1979
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
-docker==3.7.2
+docker>=3.7.2
 prettytable==0.7.2
 retrying==1.3.3
 
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 #   COPYRIGHT NOTICE STARTS HERE
 
-docker==3.7.2
+docker>=3.7.2
 gitpython==2.1.11