Merge pull request #542 from xmatthias/update_dockerfile

Update dockerfile to python:3.6.4-slim-stretch
This commit is contained in:
Samuel Husso 2018-03-09 09:23:11 +02:00 committed by GitHub
commit d081f6afe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
FROM python:3.6.2
FROM python:3.6.4-slim-stretch
# Install TA-lib
RUN apt-get update && apt-get -y install build-essential && apt-get clean
RUN apt-get update && apt-get -y install curl build-essential && apt-get clean
RUN curl -L http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz | \
tar xzvf - && \
cd ta-lib && \