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

This commit is contained in:
ZephrFish
2019-12-20 14:47:16 +00:00
committed by GitHub
parent 4a7662b08e
commit 5a92ce2f55
+1
View File
@@ -3,6 +3,7 @@ WORKDIR /wheels
RUN apk add --no-cache \
g++ \
gcc \
git \
libxml2 \
libxml2-dev \
libxslt-dev \