From 7b1364cd7a565561efe0208c89195abd34645484 Mon Sep 17 00:00:00 2001 From: Sean Dolan Date: Sun, 28 Jul 2019 19:26:15 -0400 Subject: build fixes --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 73af964..117304b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM python:3-alpine WORKDIR /usr/src/app COPY requirements.txt ./ +RUN apk --no-cache --update-cache add gcc gfortran build-base wget freetype-dev libpng-dev openblas-dev RUN pip install --no-cache-dir -r requirements.txt COPY . . CMD ["python", "app.py"] -- cgit v1.2.3