downgrade python

This commit is contained in:
Steve Waterworth
2018-05-14 10:52:24 +01:00
parent 14da470a06
commit 7b794fb550

View File

@@ -1,4 +1,6 @@
FROM python:3
FROM python:2
# Downgraded to Python 2 due to futures package clash
# Will update back to Python 3 once depency hell is fixed
EXPOSE 8080