Fixed docker file, git is not included in alpine by default
This commit is contained in:
@@ -3,6 +3,7 @@ WORKDIR /wheels
|
||||
RUN apk add --no-cache \
|
||||
g++ \
|
||||
gcc \
|
||||
git \
|
||||
libxml2 \
|
||||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
|
||||
Reference in New Issue
Block a user