[05.03.20] Dockerfile pip packages
This commit is contained in:
parent
892fe3f291
commit
79f8bee9ca
@ -1,7 +1,7 @@
|
||||
FROM python:3.7-alpine
|
||||
MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
|
||||
RUN apk update && \
|
||||
apk add py-pip libc-dev gcc
|
||||
apk add py-pip libc-dev gcc g++ wget
|
||||
RUN wget https://pypi.python.org/packages/da/c6/0936bc5814b429fddb5d6252566fe73a3e40372e6ceaf87de3dec1326f28/pandas-0.22.0-cp36-cp36m-manylinux1_x86_64.whl
|
||||
RUN pip install pandas-0.22.0-cp36-cp36m-manylinux1_x86_64.whl
|
||||
RUN pip install utils pycryptodome && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user