Skip to content

Commit da4c372

Browse files
committed
RediSearch build fix
1 parent c957733 commit da4c372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY --from=redis /usr/local/ /usr/local/
1515
ARG MODULE=RediSearch
1616
ARG VERSION=v2.6.5
1717
WORKDIR /modules
18-
RUN git clone --depth 1 --branch ${VERSION} https://github.com/${MODULE}/${MODULE}.git
18+
RUN git clone --recursive --depth 1 --branch ${VERSION} https://github.com/${MODULE}/${MODULE}.git
1919
WORKDIR /modules/${MODULE}
2020
# BULD
2121
RUN make setup

0 commit comments

Comments
 (0)