From a54ba2ee83320d1ec6f3e43bcd79afe165095c7f Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Thu, 17 May 2018 20:27:50 +0000 Subject: Added missing numpy --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index f195bee..2dc7775 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ -FROM python +FROM python:latest RUN pip install unicornhathd Flask Flask-Sockets +RUN pip install numpy COPY build/ . COPY server.py . -ENTRYPOINT python server.py \ No newline at end of file +ENTRYPOINT python server.py -- cgit v1.2.3-ZIG