Fixed docker file, git is not included in alpine by default

pull/466/head
ZephrFish 4 years ago committed by GitHub
parent 4a7662b08e
commit 5a92ce2f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,7 @@ WORKDIR /wheels
RUN apk add --no-cache \
g++ \
gcc \
git \
libxml2 \
libxml2-dev \
libxslt-dev \

Loading…
Cancel
Save