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