diff --git a/Dockerfile b/Dockerfile index 818bf8653..a1151376f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG ALPINE_VERSION=3.12.0 FROM alpine:${ALPINE_VERSION} -RUN apk add --no-cache git python3 python3-dev py-pip +RUN apk add --no-cache git python3 python3-dev py-pip build-base # build wheels in first image ADD . /tmp/src