[10.07.20] Forgot numpy import
This commit is contained in:
parent
44fa6b23f2
commit
0c9025e564
@ -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"]
|
||||||
Loading…
x
Reference in New Issue
Block a user