Unable to build docker image
jeffdoubleyou opened this issue · 0 comments
jeffdoubleyou commented
Deadsnakes PPA no longer supports Xenial so the build is now failing.
I have managed to get it working by using:
- add-apt-repository -y ppa:deadsnakes/ppa && \
+ add-apt-repository -y ppa:jblgf0/python && \