Add dependencies to python build layer

`pip2 install scipy` (and potentially others) fails without `libatlas-base-dev` and `gfortran`.
Derek Sifford 10 years ago
parent d6b4ef071b
commit 0e71b5ea1f

@ -28,8 +28,10 @@ RUN apt-get update -qq && \
build-essential \
ca-certificates \
curl \
gfortran \
git \
language-pack-en \
libatlas-base-dev \
libcurl4-openssl-dev \
libffi-dev \
libsqlite3-dev \

Loading…
Cancel
Save