ARG BASE_IMAGE=manylinux2014_x86_64
FROM quay.io/pypa/$BASE_IMAGE:latest
     COPY ./get_centos_deps.sh /
     RUN /get_centos_deps.sh
