Merge pull request #621 from xmatthias/update_docker_image

update Docker image to python-3.6.5-slim-stretch
This commit is contained in:
Samuel Husso
2018-04-22 11:06:06 +03:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM python:3.6.4-slim-stretch
FROM python:3.6.5-slim-stretch
# Install TA-lib
RUN apt-get update && apt-get -y install curl build-essential && apt-get clean