Update dockerfile to python:3.6.4-slim-stretch

This commit is contained in:
Matthias Voppichler 2018-03-08 19:25:42 +01:00
parent 7c393080ff
commit adf6244eda

View File

@ -1,7 +1,7 @@
FROM python:3.6.2 FROM python:3.6.4-slim-stretch
# Install TA-lib # 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 | \ RUN curl -L http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz | \
tar xzvf - && \ tar xzvf - && \
cd ta-lib && \ cd ta-lib && \