File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ RUN mkdir -p /app/web-library-build \
1717
1818# Fetch upstream submodules (the subtree does not vend them)
1919WORKDIR /app/web-library-build
20- RUN git clone --depth 1 https://github.com/citation-style-language/locales.git modules/locales \
21- && git clone --depth 1 https://github.com/zotero/reader.git modules/reader \
22- && git clone --depth 1 https://github.com/zotero/pdf-worker.git modules/pdf-worker \
23- && git clone --depth 1 https://github.com/zotero/note-editor.git modules/note-editor \
24- && git clone --depth 1 https://github.com/zotero/web-common.git modules/web-common \
25- && git clone --depth 1 https://github.com/zotero/zotero-schema.git modules/zotero-schema
20+ RUN git clone --depth 1 --recurse-submodules --shallow-submodules https://github.com/citation-style-language/locales.git modules/locales \
21+ && git clone --depth 1 --recurse-submodules --shallow-submodules https://github.com/zotero/reader.git modules/reader \
22+ && git clone --depth 1 --recurse-submodules --shallow-submodules https://github.com/zotero/pdf-worker.git modules/pdf-worker \
23+ && git clone --depth 1 --recurse-submodules --shallow-submodules https://github.com/zotero/note-editor.git modules/note-editor \
24+ && git clone --depth 1 --recurse-submodules --shallow-submodules https://github.com/zotero/web-common.git modules/web-common \
25+ && git clone --depth 1 --recurse-submodules --shallow-submodules https://github.com/zotero/zotero-schema.git modules/zotero-schema
2626
2727# Build Web Library (combined subtree + overlay)
2828RUN npm ci \
You can’t perform that action at this time.
0 commit comments