diff --git a/data_processor/firebase_python_image/Dockerfile b/data_processor/firebase_python_image/Dockerfile index 8acccd5..cc6bcdf 100644 --- a/data_processor/firebase_python_image/Dockerfile +++ b/data_processor/firebase_python_image/Dockerfile @@ -1,4 +1,5 @@ FROM python:3.7 +COPY . . RUN apt update RUN apt install -y python3-numpy RUN apt install -y python-pandas