diff --git a/Dockerfile b/Dockerfile index e0fc1d4..84d94ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM python:3.6.3 RUN pip install pandas-datareader RUN pip install scipy RUN pip install boto3 +RUN pip install fix_yahoo_finance COPY /src/queue_processor.py queue_processor.py COPY /src/worker.py worker.py -CMD ["python", "queue_processor.py"] \ No newline at end of file +CMD ["python", "queue_processor.py"]