Skip to content

Commit e0d4ff5

Browse files
committed
fix: missing eleven
1 parent eb37638 commit e0d4ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jq.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
build-base;
3434

3535
RUN set -ex; \
36-
eleven git clone ${BUILD_SRC} jq-${APP_VERSION};
36+
git clone --recurse-submodules -j8 ${BUILD_SRC} jq-${APP_VERSION};
3737

3838
RUN set -ex; \
3939
cd ${BUILD_ROOT}; \

0 commit comments

Comments
 (0)