[23.09.2020] Keep pip updated

This commit is contained in:
Andy Sotheran 2020-09-23 19:41:10 +01:00
parent 1bd4e89a68
commit 27cf19f7b1

View File

@ -2,6 +2,7 @@ FROM python:3.7-alpine
MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
RUN apk update && \
apk add py-pip libc-dev gcc
RUN python -m pip install --upgrade pip
RUN pip install utils pycryptodome && \
pip install python-dotenv coinbase flask schedule numpy stomp
COPY . /home/price-collector/.