mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-27 14:20:37 +00:00
Merge pull request #466 from ZephrFish/patch-1
Fixed docker file, git is not included in alpine by default
This commit is contained in:
commit
514ce0cb08
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ WORKDIR /wheels
|
|||
RUN apk add --no-cache \
|
||||
g++ \
|
||||
gcc \
|
||||
git \
|
||||
libxml2 \
|
||||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
|
|
Loading…
Reference in a new issue