From cee3abb395dc141d62d29a94701cffc92feec93b Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 9 Dec 2016 18:06:04 -0500 Subject: [PATCH] Add pyodbc --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9434d19..b42c6ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ RUN apt-get update && \ # Install the Scipy stuff we need apt-get install -y \ python3 libpython3-dev \ - python-pandas python-matplotlib python-sklearn \ - python3-pandas python3-matplotlib python3-sklearn \ + python-pandas python-matplotlib python-sklearn python-pyodbc \ + python3-pandas python3-matplotlib python3-sklearn python3-pyodbc \ texlive-latex-extra texlive-fonts-recommended texlive-generic-recommended pandoc # And the python-specific tools