From 1bc359941b413eb4aa33eb249a4ac1f65501a0e2 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Tue, 6 Oct 2020 15:06:46 +0100 Subject: [PATCH] [06.10.20] forgot to include package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index defba65..8a5e074 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk update && \ apk add py-pip libc-dev gcc RUN python -m pip install --upgrade pip RUN pip install utils pycryptodome && \ - pip install python-dotenv coinbase flask schedule numpy stomp.py + pip install python-dotenv coinbase flask schedule numpy stomp.py jsonlogger COPY . /home/price-collector/. EXPOSE 9090 CMD ["python", "/home/price-collector/src/main.py"] \ No newline at end of file