Bug 1848: 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 1848
Change-Id: I203d2d3f9ba636dfc12e0a640bdf445529713402
Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/requirements.in b/requirements.in
index 8ad3006..1f1485e 100644
--- a/requirements.in
+++ b/requirements.in
@@ -16,7 +16,7 @@
aiokafka
peewee==3.8.*
jsonschema==2.6.*
-pyyaml
+pyyaml==5.4.1
pymysql==0.9.*
peewee-migrate==1.1.*
requests==2.*