# This Dockerfile is auto-generated, don't edit manually!
FROM python:3.7-alpine3.10
ENV PYTHON_VERSION 3.7
RUN apk update && \
    apk add --no-cache gcc musl-dev python3-dev make cmake git
COPY build-wheel.sh /
