Pyyaml is broken with Python3.7, back to 3.6 for now

This commit is contained in:
Thomas Sileo 2018-07-05 01:29:21 +02:00
parent a6c1ede629
commit 5bb7875bc9

View file

@ -1,4 +1,4 @@
FROM python:3 FROM python:3.6
ADD . /app ADD . /app
WORKDIR /app WORKDIR /app
RUN pip install -r requirements.txt RUN pip install -r requirements.txt