From 0c9025e564cf6f18a14a5005d80e5964b1328bdc Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Fri, 10 Jul 2020 12:08:46 +0100 Subject: [PATCH] [10.07.20] Forgot numpy import --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74047e3..960d13f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Andrew Sotheran RUN apk update && \ apk add py-pip libc-dev gcc RUN pip install utils pycryptodome && \ - pip install python-dotenv coinbase flask schedule + pip install python-dotenv coinbase flask schedule numpy COPY . /home/price-collector/. EXPOSE 9090 CMD ["python", "/home/price-collector/src/main.py"] \ No newline at end of file