From c56b8819249666311a1d27ea14e1d078d9ff790d Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 4 Jan 2021 18:19:25 +0000 Subject: [PATCH] Update --- data_processor/firebase_python_image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_processor/firebase_python_image/Dockerfile b/data_processor/firebase_python_image/Dockerfile index 39a63cd..f4d740f 100644 --- a/data_processor/firebase_python_image/Dockerfile +++ b/data_processor/firebase_python_image/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.7 -RUN apt updte +RUN apt update RUN apt install python3-numpy RUN apt install python-pandas RUN pip install requests