FROM python:3.7-alpine3.10

RUN apk add --no-cache --force-overwrite\
    g++  gfortran make cmake patchelf\
    git \
    linux-headers \
    libjpeg-turbo-dev \ 
    lapack-dev openblas-dev 
    
#RUN pip3 install scikit-build\
#    numpy pandas scipy \
#    opencv