[10.07.20] Forgot numpy import

This commit is contained in:
andrewso 2020-07-10 12:08:46 +01:00
parent 44fa6b23f2
commit 0c9025e564

View File

@ -3,7 +3,7 @@ MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
RUN apk update && \ RUN apk update && \
apk add py-pip libc-dev gcc apk add py-pip libc-dev gcc
RUN pip install utils pycryptodome && \ RUN pip install utils pycryptodome && \
pip install python-dotenv coinbase flask schedule pip install python-dotenv coinbase flask schedule numpy
COPY . /home/price-collector/. COPY . /home/price-collector/.
EXPOSE 9090 EXPOSE 9090
CMD ["python", "/home/price-collector/src/main.py"] CMD ["python", "/home/price-collector/src/main.py"]