Skip to content

Commit

Permalink
RediSearch build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SemperPeritus committed Feb 23, 2023
1 parent c957733 commit da4c372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY --from=redis /usr/local/ /usr/local/
ARG MODULE=RediSearch
ARG VERSION=v2.6.5
WORKDIR /modules
RUN git clone --depth 1 --branch ${VERSION} https://github.com/${MODULE}/${MODULE}.git
RUN git clone --recursive --depth 1 --branch ${VERSION} https://github.com/${MODULE}/${MODULE}.git
WORKDIR /modules/${MODULE}
# BULD
RUN make setup
Expand Down

0 comments on commit da4c372

Please sign in to comment.