Pyyaml is broken with Python3.7, back to 3.6 for now
This commit is contained in:
parent
a6c1ede629
commit
5bb7875bc9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue