Merge pull request #466 from ZephrFish/patch-1

Fixed docker file, git is not included in alpine by default
pull/508/head
Siddharth Dushantha 4 years ago committed by GitHub
commit 514ce0cb08
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