Fix: python3 will install python 3.7 and cause a syntax error

This commit is contained in:
winkidney
2018-08-27 01:00:23 -07:00
parent 8187d90ef9
commit d06aa6cb13

View File

@@ -1,4 +1,4 @@
FROM python:3
FROM python:3.6
ENV PYTHONUNBUFFERED 1
WORKDIR /app