Merge pull request #466 from ZephrFish/patch-1

Fixed docker file, git is not included in alpine by default
This commit is contained in:
Siddharth Dushantha 2020-01-01 15:51:57 +01:00 committed by GitHub
commit 514ce0cb08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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