We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c957733 commit da4c372Copy full SHA for da4c372
Dockerfile
@@ -15,7 +15,7 @@ COPY --from=redis /usr/local/ /usr/local/
15
ARG MODULE=RediSearch
16
ARG VERSION=v2.6.5
17
WORKDIR /modules
18
-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
19
WORKDIR /modules/${MODULE}
20
# BULD
21
RUN make setup
0 commit comments