From 79f8bee9ca2c3f7002f77b6f27579b3fc0e0b450 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Thu, 5 Mar 2020 19:12:55 +0000 Subject: [PATCH] [05.03.20] Dockerfile pip packages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b6557ab..6fe52a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.7-alpine MAINTAINER Andrew Sotheran 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 && \