Appen/UHV-OTS-Speech

Unable to build docker image

jeffdoubleyou opened this issue · 0 comments

Deadsnakes PPA no longer supports Xenial so the build is now failing.

deadsnakes/issues#195

I have managed to get it working by using:

-    add-apt-repository -y ppa:deadsnakes/ppa && \
+    add-apt-repository -y ppa:jblgf0/python && \