[23.09.2020] Keep pip updated
This commit is contained in:
parent
1bd4e89a68
commit
27cf19f7b1
@ -2,6 +2,7 @@ FROM python:3.7-alpine
|
|||||||
MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
|
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 python -m pip install --upgrade pip
|
||||||
RUN pip install utils pycryptodome && \
|
RUN pip install utils pycryptodome && \
|
||||||
pip install python-dotenv coinbase flask schedule numpy stomp
|
pip install python-dotenv coinbase flask schedule numpy stomp
|
||||||
COPY . /home/price-collector/.
|
COPY . /home/price-collector/.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user