Bug 1844: LTS Support

Updates base to Ubuntu 20.04
Updates python to 3.8
Updates pip dependencies to more recent versions
Adds apt cache to stage 2 dockerfile

Fixes bug 1844

Change-Id: Iccea9a5121fa8e701ae18c64d71d094ee7c535c7
Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/requirements-test.txt b/requirements-test.txt
index decfef2..e355475 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -1,11 +1,3 @@
-coverage==5.5
-    # via
-    #   -r requirements-test.in
-    #   nose2
-nose2==0.10.0
-    # via -r requirements-test.in
-six==1.15.0
-    # via nose2
 #######################################################################################
 # Copyright ETSI Contributors and Others.
 #
@@ -22,3 +14,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #######################################################################################
+coverage==6.2
+    # via
+    #   -r requirements-test.in
+    #   nose2
+nose2==0.10.0
+    # via -r requirements-test.in
+six==1.16.0
+    # via nose2