From 16d1c098bf437ecdd32164dcd537a7f87258326f Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 4 Jan 2021 18:36:45 +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 cc6bcdf..f6f4b56 100644 --- a/data_processor/firebase_python_image/Dockerfile +++ b/data_processor/firebase_python_image/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.7 COPY . . RUN apt update RUN apt install -y python3-numpy -RUN apt install -y python-pandas +RUN apt install -y python3-pandas RUN apt install -y wget RUN pip install requests RUN pip install -r requirements.txt